Html Css Color HEX #098413 Green

📋 copy color: '#098413'

red 9 ◦ green 132 ◦ blue 19

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

Shades of Green #098413

Tints of Green #098413

RGB

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

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

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

R = 5.63%
G = 82.5%
B = 11.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#098413 (or 0x098413) is known color: Green. HEX triplet: 09, 84 and 13. RGB value is (9,132,19). Sum of RGB (Red+Green+Blue) = 9+132+19=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #098413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098413 is #F67BEC. Grayscale: #525252. Windows color (decimal): -16153581 or 1278985. OLE color: 1278985.

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

Color convert

RGB 9 132 19 -
CMYK 0.93 0 0.86 0.48
HSL 124.88º 0.87% 0.28% -
HSV(B) 124.88º 0.93% 0.52% -
XYZ 8.48 16.61 3.37 -
YUV 82.34 92.25 75.69 -
System Red Green Blue C M Y K H S L
Decimal 9 132 19 0.93 0 0.86 0.48 124.88 0.87 0.28
Hex 9 84 13 5D 0 56 30 7D 57 1C
Octal 11 204 23 135 0 126 60 175 127 34
Binary 1001 10000100 10011 1011101 0 1010110 110000 1111101 1010111 11100

Color Harmonies of #098413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098413

Black with #098413

Text Example


Text Example

White with #098413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098413; }

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

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

background-color css

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

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

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

border-color css

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

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

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