Html Css Color HEX #0A9119 Forest Green

📋 copy color: '#0A9119'

red 10 ◦ green 145 ◦ blue 25

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

Shades of Forest Green #0A9119

Tints of Forest Green #0A9119

RGB

 RED value IS 10 (4.3% from 255) = 5.56%

 GREEN value IS 145 (57.03% from 255) = 80.56%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 5.56%
G = 80.56%
B = 13.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#0A9119 (or 0x0A9119) is known color: Forest Green. HEX triplet: 0A, 91 and 19. RGB value is (10,145,25). Sum of RGB (Red+Green+Blue) = 10+145+25=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 145 (57.03% from 255 or 80.56% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9119 is #F56EE6. Grayscale: #5B5B5B. Windows color (decimal): -16084711 or 1675530. OLE color: 1675530.

HSL color Cylindrical-coordinate representation of color #0A9119: hue angle of 126.67º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9119 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 10 145 25 -
CMYK 0.93 0 0.83 0.43
HSL 126.67º 0.87% 0.3% -
HSV(B) 126.67º 0.93% 0.57% -
XYZ 10.43 20.39 4.3 -
YUV 90.96 90.77 70.26 -
System Red Green Blue C M Y K H S L
Decimal 10 145 25 0.93 0 0.83 0.43 126.67 0.87 0.3
Hex A 91 19 5D 0 53 2B 7F 57 1E
Octal 12 221 31 135 0 123 53 177 127 36
Binary 1010 10010001 11001 1011101 0 1010011 101011 1111111 1010111 11110

Color Harmonies of #0A9119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9119

Black with #0A9119

Text Example


Text Example

White with #0A9119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A9119; }

 p { color: rgb(10,145,25); }

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

background-color css

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

 a { background-color: rgb(10,145,25); }

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

border-color css

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

 span { border-color: rgb(10,145,25); }

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