Html Css Color HEX #097412 Green

📋 copy color: '#097412'

red 9 ◦ green 116 ◦ blue 18

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

Shades of Green #097412

Tints of Green #097412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 81.12%

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

R = 6.29%
G = 81.12%
B = 12.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#097412 (or 0x097412) is known color: Green. HEX triplet: 09, 74 and 12. RGB value is (9,116,18). Sum of RGB (Red+Green+Blue) = 9+116+18=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 116 (45.70% from 255 or 81.12% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 116 - color contains mainly: green. Hex color #097412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097412 is #F68BED. Grayscale: #494949. Windows color (decimal): -16157678 or 1209353. OLE color: 1209353.

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

Color convert

RGB 9 116 18 -
CMYK 0.92 0 0.84 0.55
HSL 125.05º 0.86% 0.25% -
HSV(B) 125.05º 0.92% 0.45% -
XYZ 6.47 12.59 2.66 -
YUV 72.84 97.05 82.47 -
System Red Green Blue C M Y K H S L
Decimal 9 116 18 0.92 0 0.84 0.55 125.05 0.86 0.25
Hex 9 74 12 5C 0 54 37 7D 56 19
Octal 11 164 22 134 0 124 67 175 126 31
Binary 1001 1110100 10010 1011100 0 1010100 110111 1111101 1010110 11001

Color Harmonies of #097412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097412

Black with #097412

Text Example


Text Example

White with #097412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097412; }

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

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

background-color css

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

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

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

border-color css

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

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

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