Html Css Color HEX #008A12 Green

📋 copy color: '#008A12'

red 0 ◦ green 138 ◦ blue 18

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

Shades of Green #008A12

Tints of Green #008A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 88.46%

 BLUE value IS 18 (7.42% from 255) = 11.54%

R = 0%
G = 88.46%
B = 11.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#008A12 (or 0x008A12) is known color: Green. HEX triplet: 00, 8A and 12. RGB value is (0,138,18). Sum of RGB (Red+Green+Blue) = 0+138+18=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 138 (54.30% from 255 or 88.46% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 138 - color contains mainly: green. Hex color #008A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A12 is #FF75ED. Grayscale: #535353. Windows color (decimal): -16741870 or 1214976. OLE color: 1214976.

HSL color Cylindrical-coordinate representation of color #008A12: hue angle of 127.83º 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 #008A12 is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 138 18 -
CMYK 1 0 0.87 0.46
HSL 127.83º 1% 0.27% -
HSV(B) 127.83º 1% 0.54% -
XYZ 9.2 18.22 3.6 -
YUV 83.06 91.28 68.76 -
System Red Green Blue C M Y K H S L
Decimal 0 138 18 1 0 0.87 0.46 127.83 1 0.27
Hex 0 8A 12 64 0 57 2E 80 64 1B
Octal 0 212 22 144 0 127 56 200 144 33
Binary 0 10001010 10010 1100100 0 1010111 101110 10000000 1100100 11011

Color Harmonies of #008A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008A12

Black with #008A12

Text Example


Text Example

White with #008A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,138,18); }

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

background-color css

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

 a { background-color: rgb(0,138,18); }

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

border-color css

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

 span { border-color: rgb(0,138,18); }

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