Html Css Color HEX #098414 Green

📋 copy color: '#098414'

red 9 ◦ green 132 ◦ blue 20

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

Shades of Green #098414

Tints of Green #098414

RGB

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

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

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

R = 5.59%
G = 81.99%
B = 12.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#098414 (or 0x098414) is known color: Green. HEX triplet: 09, 84 and 14. RGB value is (9,132,20). Sum of RGB (Red+Green+Blue) = 9+132+20=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #098414 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098414 is #F67BEB. Grayscale: #525252. Windows color (decimal): -16153580 or 1344521. OLE color: 1344521.

HSL color Cylindrical-coordinate representation of color #098414: hue angle of 125.37º 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 #098414 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 9 132 20 -
CMYK 0.93 0 0.85 0.48
HSL 125.37º 0.87% 0.28% -
HSV(B) 125.37º 0.93% 0.52% -
XYZ 8.49 16.61 3.42 -
YUV 82.46 92.75 75.61 -
System Red Green Blue C M Y K H S L
Decimal 9 132 20 0.93 0 0.85 0.48 125.37 0.87 0.28
Hex 9 84 14 5D 0 55 30 7D 57 1C
Octal 11 204 24 135 0 125 60 175 127 34
Binary 1001 10000100 10100 1011101 0 1010101 110000 1111101 1010111 11100

Color Harmonies of #098414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098414

Black with #098414

Text Example


Text Example

White with #098414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098414; }

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

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

background-color css

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

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

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

border-color css

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

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

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