#0A8827

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

Shades of Forest Green #0A8827

Tints of Forest Green #0A8827

Color information

#0A8827 (or 0x0A8827) is unknown color: approx Forest Green. HEX triplet: 0A, 88 and 27. RGB value is (10,136,39). Sum of RGB (Red+Green+Blue) = 10+136+39=185 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.41% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #0A8827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8827 is #F577D8. Grayscale: #575757. Windows color (decimal): -16087001 or 2590730. OLE color: 2590730.

HSL color Cylindrical-coordinate representation of color #0A8827: hue angle of 133.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8827 is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1013639-
CMYK0.9300.710.47
HSL133.81º86.3%28.63%-
HSV(B)133.81º92.65%53.33%-
XYZ9.317.824.87-
YUV87.27100.7672.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.41%
GREEN value IS 136 (53.52% from 255) = 73.51%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=5.41%
G=73.51%
B=21.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10136390.9300.710.47133.8186.328.63
HexA88275D0472F86561d
Octal122104713501075720612635
Binary10101000100010011110111010100011110111110000110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A8827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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