Html Css Color HEX #098213 Green

📋 copy color: '#098213'

red 9 ◦ green 130 ◦ blue 19

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

Shades of Green #098213

Tints of Green #098213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 82.28%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 5.7%
G = 82.28%
B = 12.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#098213 (or 0x098213) is known color: Green. HEX triplet: 09, 82 and 13. RGB value is (9,130,19). Sum of RGB (Red+Green+Blue) = 9+130+19=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 130 (51.17% from 255 or 82.28% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 130 - color contains mainly: green. Hex color #098213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098213 is #F67DEC. Grayscale: #515151. Windows color (decimal): -16154093 or 1278473. OLE color: 1278473.

HSL color Cylindrical-coordinate representation of color #098213: hue angle of 124.96º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098213 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 9 130 19 -
CMYK 0.93 0 0.85 0.49
HSL 124.96º 0.87% 0.27% -
HSV(B) 124.96º 0.93% 0.51% -
XYZ 8.21 16.07 3.29 -
YUV 81.17 92.91 76.53 -
System Red Green Blue C M Y K H S L
Decimal 9 130 19 0.93 0 0.85 0.49 124.96 0.87 0.27
Hex 9 82 13 5D 0 55 31 7D 57 1B
Octal 11 202 23 135 0 125 61 175 127 33
Binary 1001 10000010 10011 1011101 0 1010101 110001 1111101 1010111 11011

Color Harmonies of #098213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098213

Black with #098213

Text Example


Text Example

White with #098213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098213; }

 p { color: rgb(9,130,19); }

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

background-color css

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

 a { background-color: rgb(9,130,19); }

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

border-color css

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

 span { border-color: rgb(9,130,19); }

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