#0a8c1d

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

Shades of Forest Green #0A8C1D

Tints of Forest Green #0A8C1D

Color information

#0A8C1D (or 0x0A8C1D) is unknown color: approx Forest Green. HEX triplet: 0A, 8C and 1D. RGB value is (10,140,29). Sum of RGB (Red+Green+Blue) = 10+140+29=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 140 (55.08% from 255 or 78.21% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 140 - color contains mainly: green. Hex color #0A8C1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A8C1D is #F573E2. Grayscale: #585858. Windows color (decimal): -16085987 or 1936394. OLE color: 1936394.

HSL color Cylindrical-coordinate representation of color #0A8C1D: hue angle of 128.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8C1D is Cyan = 0.93, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB1014029-
CMYK0.9300.790.45
HSL128.77º86.67%29.41%-
HSV(B)128.77º92.86%54.9%-
XYZ9.7318.914.3-
YUV88.4894.4372.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.59%
GREEN value IS 140 (55.08% from 255) = 78.21%
BLUE value IS 29 (11.72% from 255) = 16.20%
R=5.59%
G=78.21%
B=16.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10140290.9300.790.45128.7786.6729.41
HexA8C1D5D04F2D81571d
Octal122143513501175520112735
Binary1010100011001110110111010100111110110110000001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a8c1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,140,29); }

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

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

 a { background-color: rgb(10,140,29); }

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

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

 span { border-color: rgb(10,140,29); }

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