Html Css Color HEX #097914 Green

📋 copy color: '#097914'

red 9 ◦ green 121 ◦ blue 20

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

Shades of Green #097914

Tints of Green #097914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 80.67%

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

R = 6%
G = 80.67%
B = 13.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#097914 (or 0x097914) is known color: Green. HEX triplet: 09, 79 and 14. RGB value is (9,121,20). Sum of RGB (Red+Green+Blue) = 9+121+20=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 121 (47.66% from 255 or 80.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 121 - color contains mainly: green. Hex color #097914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097914 is #F686EB. Grayscale: #4C4C4C. Windows color (decimal): -16156396 or 1341705. OLE color: 1341705.

HSL color Cylindrical-coordinate representation of color #097914: hue angle of 125.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097914 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 121 20 -
CMYK 0.93 0 0.83 0.53
HSL 125.89º 0.86% 0.25% -
HSV(B) 125.89º 0.93% 0.47% -
XYZ 7.08 13.78 2.95 -
YUV 76 96.39 80.21 -
System Red Green Blue C M Y K H S L
Decimal 9 121 20 0.93 0 0.83 0.53 125.89 0.86 0.25
Hex 9 79 14 5D 0 53 35 7E 56 19
Octal 11 171 24 135 0 123 65 176 126 31
Binary 1001 1111001 10100 1011101 0 1010011 110101 1111110 1010110 11001

Color Harmonies of #097914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097914

Black with #097914

Text Example


Text Example

White with #097914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097914; }

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

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

background-color css

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

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

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

border-color css

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

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

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