Html Css Color HEX #008914 Green

📋 copy color: '#008914'

red 0 ◦ green 137 ◦ blue 20

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

Shades of Green #008914

Tints of Green #008914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 87.26%

 BLUE value IS 20 (8.2% from 255) = 12.74%

R = 0%
G = 87.26%
B = 12.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#008914 (or 0x008914) is known color: Green. HEX triplet: 00, 89 and 14. RGB value is (0,137,20). Sum of RGB (Red+Green+Blue) = 0+137+20=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #008914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008914 is #FF76EB. Grayscale: #535353. Windows color (decimal): -16742124 or 1345792. OLE color: 1345792.

HSL color Cylindrical-coordinate representation of color #008914: hue angle of 128.76º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008914 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 20 -
CMYK 1 0 0.85 0.46
HSL 128.76º 1% 0.27% -
HSV(B) 128.76º 1% 0.54% -
XYZ 9.07 17.94 3.65 -
YUV 82.7 92.61 69.01 -
System Red Green Blue C M Y K H S L
Decimal 0 137 20 1 0 0.85 0.46 128.76 1 0.27
Hex 0 89 14 64 0 55 2E 81 64 1B
Octal 0 211 24 144 0 125 56 201 144 33
Binary 0 10001001 10100 1100100 0 1010101 101110 10000001 1100100 11011

Color Harmonies of #008914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008914

Black with #008914

Text Example


Text Example

White with #008914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008914; }

 p { color: rgb(0,137,20); }

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

background-color css

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

 a { background-color: rgb(0,137,20); }

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

border-color css

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

 span { border-color: rgb(0,137,20); }

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