Html Css Color HEX #0A0B05 Green Waterloo

📋 copy color: '#0A0B05'

red 10 ◦ green 11 ◦ blue 5

#0A0B05
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #0A0B05

Tints of Green Waterloo #0A0B05

RGB

 RED value IS 10 (4.3% from 255) = 38.46%

 GREEN value IS 11 (4.69% from 255) = 42.31%

 BLUE value IS 5 (2.34% from 255) = 19.23%

R = 38.46%
G = 42.31%
B = 19.23%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.55

 K value IS 0.96

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A0B05 (or 0x0A0B05) is known color: Green Waterloo. HEX triplet: 0A, 0B and 05. RGB value is (10,11,5). Sum of RGB (Red+Green+Blue) = 10+11+5=26 (3% of max value = 765). Red value is 10 (4.30% from 255 or 38.46% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 11 - color contains mainly: green. Hex color #0A0B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0B05 is #F5F4FA. Grayscale: #0A0A0A. Windows color (decimal): -16119035 or 330506. OLE color: 330506.

HSL color Cylindrical-coordinate representation of color #0A0B05: hue angle of 70º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A0B05 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.96.

Color convert

RGB 10 11 5 -
CMYK 0.09 0 0.55 0.96
HSL 70º 0.38% 0.03% -
HSV(B) 70º 0.55% 0.04% -
XYZ 0.27 0.31 0.19 -
YUV 10.02 125.17 127.99 -
System Red Green Blue C M Y K H S L
Decimal 10 11 5 0.09 0 0.55 0.96 70 0.38 0.03
Hex A B 5 9 0 37 60 46 26 3
Octal 12 13 5 11 0 67 140 106 46 3
Binary 1010 1011 101 1001 0 110111 1100000 1000110 100110 11

Color Harmonies of #0A0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0B05

Black with #0A0B05

Text Example


Text Example

White with #0A0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A0B05; }

 p { color: rgb(10,11,5); }

 H1.HeaderClassName
 {
   color: #0A0B05;
 }
 .AnyTagClassName
 {
   color: #0A0B05;
 }
</style>

background-color css

<style>
 a { background-color: #0A0B05; }

 a { background-color: rgb(10,11,5); }

 div.DivClassName
 {
   background-color: #0A0B05;
 }
 .BgClassName
 {
   background-color: #0A0B05;
 }
</style>

border-color css

<style>
 span { border-color: #0A0B05; }

 span { border-color: rgb(10,11,5); }

 td.TdClassName
 {
   border-color: #0A0B05;
 }
 .TagClassName
 {
   border-color: #0A0B05;
 }
</style>