Html Css Color HEX #008B16 Green

📋 copy color: '#008B16'

red 0 ◦ green 139 ◦ blue 22

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

Shades of Green #008B16

Tints of Green #008B16

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 139 (54.69% from 255) = 86.34%

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 0%
G = 86.34%
B = 13.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#008B16 (or 0x008B16) is known color: Green. HEX triplet: 00, 8B and 16. RGB value is (0,139,22). Sum of RGB (Red+Green+Blue) = 0+139+22=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 139 (54.69% from 255 or 86.34% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 139 - color contains mainly: green. Hex color #008B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008B16 is #FF74E9. Grayscale: #545454. Windows color (decimal): -16741610 or 1477376. OLE color: 1477376.

HSL color Cylindrical-coordinate representation of color #008B16: hue angle of 129.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B16 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 139 22 -
CMYK 1 0 0.84 0.45
HSL 129.5º 1% 0.27% -
HSV(B) 129.5º 1% 0.55% -
XYZ 9.38 18.52 3.84 -
YUV 84.1 92.95 68.01 -
System Red Green Blue C M Y K H S L
Decimal 0 139 22 1 0 0.84 0.45 129.5 1 0.27
Hex 0 8B 16 64 0 54 2D 81 64 1B
Octal 0 213 26 144 0 124 55 201 144 33
Binary 0 10001011 10110 1100100 0 1010100 101101 10000001 1100100 11011

Color Harmonies of #008B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B16

Black with #008B16

Text Example


Text Example

White with #008B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B16; }

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

 H1.HeaderClassName
 {
   color: #008B16;
 }
 .AnyTagClassName
 {
   color: #008B16;
 }
</style>

background-color css

<style>
 a { background-color: #008B16; }

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

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

border-color css

<style>
 span { border-color: #008B16; }

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

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