#090B02

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

Shades of Green Waterloo #090B02

Tints of Green Waterloo #090B02

Color information

#090B02 (or 0x090B02) is unknown color: approx Green Waterloo. HEX triplet: 09, 0B and 02. RGB value is (9,11,2). Sum of RGB (Red+Green+Blue) = 9+11+2=22 (2% of max value = 765). Red value is 9 (3.91% from 255 or 40.91% from 22); Green value is 11 (4.69% from 255 or 50% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 11 - color contains mainly: green. Hex color #090B02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B02 is #F6F4FD. Grayscale: #090909. Windows color (decimal): -16184574 or 133897. OLE color: 133897.

HSL color Cylindrical-coordinate representation of color #090B02: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #090B02 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.96.

Color convert

RGB9112-
CMYK0.1800.820.96
HSL73.33º69.23%2.55%-
HSV(B)73.33º81.82%4.31%-
XYZ0.240.30.1-
YUV9.38123.84127.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 40.91%
GREEN value IS 11 (4.69% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 9.09%
R=40.91%
G=50%
B=9.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91120.1800.820.9673.3369.232.55
Hex9B2120526049453
Octal111322201221401111053
Binary1001101110100100101001011000001001001100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090B02; }

 p { color: rgb(9,11,2); }

 H1.HeaderClassName
 {
   color: #090B02;
 }
 .AnyTagClassName
 {
   color: #090B02;
 }
</style>
background-color css

<style>
 a { background-color: #090B02; }

 a { background-color: rgb(9,11,2); }

 div.DivClassName
 {
   background-color: #090B02;
 }
 .BgClassName
 {
   background-color: #090B02;
 }
</style>
border-color css

<style>
 span { border-color: #090B02; }

 span { border-color: rgb(9,11,2); }

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