#0a9e1f

Color #0A9E1F Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #0A9E1F

Tints of Forest Green #0A9E1F

Color information

#0A9E1F (or 0x0A9E1F) is unknown color: approx Forest Green. HEX triplet: 0A, 9E and 1F. RGB value is (10,158,31). Sum of RGB (Red+Green+Blue) = 10+158+31=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 158 (62.11% from 255 or 79.40% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 158 - color contains mainly: green. Hex color #0A9E1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9E1F is #F561E0. Grayscale: #636363. Windows color (decimal): -16081377 or 2072074. OLE color: 2072074.

HSL color Cylindrical-coordinate representation of color #0A9E1F: hue angle of 128.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9E1F is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1015831-
CMYK0.9400.800.38
HSL128.51º88.1%32.94%-
HSV(B)128.51º93.67%61.96%-
XYZ12.624.625.38-
YUV99.2789.4764.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.03%
GREEN value IS 158 (62.11% from 255) = 79.40%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=5.03%
G=79.40%
B=15.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10158310.9400.800.38128.5188.132.94
HexA9E1F5E05026815821
Octal122363713601204620113041
Binary10101001111011111101111001010000100110100000011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,158,31); }

 H1.HeaderClassName
 {
   color: #0a9e1f;
 }
 .AnyTagClassName
 {
   color: #0a9e1f;
 }
</style>
background-color css

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

 a { background-color: rgb(10,158,31); }

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

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

 span { border-color: rgb(10,158,31); }

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