Html Css Color HEX #097214 Green

📋 copy color: '#097214'

red 9 ◦ green 114 ◦ blue 20

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

Shades of Green #097214

Tints of Green #097214

RGB

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

 GREEN value IS 114 (44.92% from 255) = 79.72%

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

R = 6.29%
G = 79.72%
B = 13.99%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#097214 (or 0x097214) is known color: Green. HEX triplet: 09, 72 and 14. RGB value is (9,114,20). Sum of RGB (Red+Green+Blue) = 9+114+20=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 114 (44.92% from 255 or 79.72% from 143); Blue value is 20 (8.20% from 255 or 13.99% from 143); Max value from RGB is 114 - color contains mainly: green. Hex color #097214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097214 is #F68DEB. Grayscale: #484848. Windows color (decimal): -16158188 or 1339913. OLE color: 1339913.

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

Color convert

RGB 9 114 20 -
CMYK 0.92 0 0.82 0.55
HSL 126.29º 0.85% 0.24% -
HSV(B) 126.29º 0.92% 0.45% -
XYZ 6.26 12.14 2.68 -
YUV 71.89 98.71 83.14 -
System Red Green Blue C M Y K H S L
Decimal 9 114 20 0.92 0 0.82 0.55 126.29 0.85 0.24
Hex 9 72 14 5C 0 52 37 7E 55 18
Octal 11 162 24 134 0 122 67 176 125 30
Binary 1001 1110010 10100 1011100 0 1010010 110111 1111110 1010101 11000

Color Harmonies of #097214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097214

Black with #097214

Text Example


Text Example

White with #097214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097214; }

 p { color: rgb(9,114,20); }

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

background-color css

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

 a { background-color: rgb(9,114,20); }

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

border-color css

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

 span { border-color: rgb(9,114,20); }

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