#00BB16

Color #00BB16 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00BB16

Tints of Dark Pastel Green #00BB16

Color information

#00BB16 (or 0x00BB16) is unknown color: approx Dark Pastel Green. HEX triplet: 00, BB and 16. RGB value is (0,187,22). Sum of RGB (Red+Green+Blue) = 0+187+22=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 187 (73.44% from 255 or 89.47% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 187 - color contains mainly: green. Hex color #00BB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00BB16 is #FF44E9. Grayscale: #707070. Windows color (decimal): -16729322 or 1489664. OLE color: 1489664.

HSL color Cylindrical-coordinate representation of color #00BB16: hue angle of 127.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BB16 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB018722-
CMYK100.880.27
HSL127.06º100%36.67%-
HSV(B)127.06º100%73.33%-
XYZ17.9235.66.69-
YUV112.2877.0547.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 187 (73.44% from 255) = 89.47%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=0%
G=89.47%
B=10.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal018722100.880.27127.0610036.67
Hex0BB16640581B7f6425
Octal02732614401303317714445
Binary010111011101101100100010110001101111111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00BB16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00BB16; }

 p { color: rgb(0,187,22); }

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

<style>
 a { background-color: #00BB16; }

 a { background-color: rgb(0,187,22); }

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

<style>
 span { border-color: #00BB16; }

 span { border-color: rgb(0,187,22); }

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