Html Css Color HEX #098412 Green

📋 copy color: '#098412'

red 9 ◦ green 132 ◦ blue 18

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

Shades of Green #098412

Tints of Green #098412

RGB

 RED value IS 9 (3.91% from 255) = 5.66%

 GREEN value IS 132 (51.95% from 255) = 83.02%

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

R = 5.66%
G = 83.02%
B = 11.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#098412 (or 0x098412) is known color: Green. HEX triplet: 09, 84 and 12. RGB value is (9,132,18). Sum of RGB (Red+Green+Blue) = 9+132+18=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 132 (51.95% from 255 or 83.02% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 132 - color contains mainly: green. Hex color #098412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098412 is #F67BED. Grayscale: #525252. Windows color (decimal): -16153582 or 1213449. OLE color: 1213449.

HSL color Cylindrical-coordinate representation of color #098412: hue angle of 124.39º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098412 is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 18 -
CMYK 0.93 0 0.86 0.48
HSL 124.39º 0.87% 0.28% -
HSV(B) 124.39º 0.93% 0.52% -
XYZ 8.47 16.6 3.33 -
YUV 82.23 91.75 75.77 -
System Red Green Blue C M Y K H S L
Decimal 9 132 18 0.93 0 0.86 0.48 124.39 0.87 0.28
Hex 9 84 12 5D 0 56 30 7C 57 1C
Octal 11 204 22 135 0 126 60 174 127 34
Binary 1001 10000100 10010 1011101 0 1010110 110000 1111100 1010111 11100

Color Harmonies of #098412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098412

Black with #098412

Text Example


Text Example

White with #098412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098412; }

 p { color: rgb(9,132,18); }

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

background-color css

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

 a { background-color: rgb(9,132,18); }

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

border-color css

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

 span { border-color: rgb(9,132,18); }

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