#10A526

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

Shades of Forest Green #10A526

Tints of Forest Green #10A526

Color information

#10A526 (or 0x10A526) is unknown color: approx Forest Green. HEX triplet: 10, A5 and 26. RGB value is (16,165,38). Sum of RGB (Red+Green+Blue) = 16+165+38=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 165 (64.84% from 255 or 75.34% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 165 - color contains mainly: green. Hex color #10A526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A526 is #EF5AD9. Grayscale: #6A6A6A. Windows color (decimal): -15686362 or 2532624. OLE color: 2532624.

HSL color Cylindrical-coordinate representation of color #10A526: hue angle of 128.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A526 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1616538-
CMYK0.9000.770.35
HSL128.86º82.32%35.49%-
HSV(B)128.86º90.3%64.71%-
XYZ14.0227.166.34-
YUV105.9789.6463.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.31%
GREEN value IS 165 (64.84% from 255) = 75.34%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=7.31%
G=75.34%
B=17.35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16165380.9000.770.35128.8682.3235.49
Hex10A5265A04D23815223
Octal202454613201154320112243
Binary1000010100101100110101101001001101100011100000011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10A526; }

 p { color: rgb(16,165,38); }

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

<style>
 a { background-color: #10A526; }

 a { background-color: rgb(16,165,38); }

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

<style>
 span { border-color: #10A526; }

 span { border-color: rgb(16,165,38); }

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