#10A422

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

Shades of Forest Green #10A422

Tints of Forest Green #10A422

Color information

#10A422 (or 0x10A422) is unknown color: approx Forest Green. HEX triplet: 10, A4 and 22. RGB value is (16,164,34). Sum of RGB (Red+Green+Blue) = 16+164+34=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 164 (64.45% from 255 or 76.64% from 214); Blue value is 34 (13.67% from 255 or 15.89% from 214); Max value from RGB is 164 - color contains mainly: green. Hex color #10A422 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A422 is #EF5BDD. Grayscale: #696969. Windows color (decimal): -15686622 or 2270224. OLE color: 2270224.

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

Color convert

RGB1616434-
CMYK0.9000.790.36
HSL127.3º82.22%35.29%-
HSV(B)127.3º90.24%64.31%-
XYZ13.7826.785.96-
YUV104.9387.9764.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.48%
GREEN value IS 164 (64.45% from 255) = 76.64%
BLUE value IS 34 (13.67% from 255) = 15.89%
R=7.48%
G=76.64%
B=15.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16164340.9000.790.36127.382.2235.29
Hex10A4225A04F247f5223
Octal202444213201174417712243
Binary100001010010010001010110100100111110010011111111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,164,34); }

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

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

 a { background-color: rgb(16,164,34); }

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

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

 span { border-color: rgb(16,164,34); }

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