#0a9f27

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

Shades of Forest Green #0A9F27

Tints of Forest Green #0A9F27

Color information

#0A9F27 (or 0x0A9F27) is unknown color: approx Forest Green. HEX triplet: 0A, 9F and 27. RGB value is (10,159,39). Sum of RGB (Red+Green+Blue) = 10+159+39=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 159 (62.5% from 255 or 76.44% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F27 is #F560D8. Grayscale: #656565. Windows color (decimal): -16081113 or 2596618. OLE color: 2596618.

HSL color Cylindrical-coordinate representation of color #0A9F27: hue angle of 131.68º 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 #0A9F27 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1015939-
CMYK0.9400.750.38
HSL131.68º88.17%33.14%-
HSV(B)131.68º93.71%62.35%-
XYZ12.8925.016.07-
YUV100.7793.1463.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 159 (62.5% from 255) = 76.44%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=4.81%
G=76.44%
B=18.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159390.9400.750.38131.6888.1733.14
HexA9F275E04B26845821
Octal122374713601134620413041
Binary101010011111100111101111001001011100110100001001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a9f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,39); }

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

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

 a { background-color: rgb(10,159,39); }

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

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

 span { border-color: rgb(10,159,39); }

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