#0A0B05

Color #0A0B05 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #0A0B05

Tints of Green Waterloo #0A0B05

Color information

#0A0B05 (or 0x0A0B05) is unknown color: approx 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

RGB10115-
CMYK0.0900.550.96
HSL70º37.5%3.14%-
HSV(B)70º54.55%4.31%-
XYZ0.270.310.19-
YUV10.02125.17127.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% 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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal101150.0900.550.967037.53.14
HexAB590376046263
Octal1213511067140106463
Binary10101011101100101101111100000100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>