#10A22A

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

Shades of Forest Green #10A22A

Tints of Forest Green #10A22A

Color information

#10A22A (or 0x10A22A) is unknown color: approx Forest Green. HEX triplet: 10, A2 and 2A. RGB value is (16,162,42). Sum of RGB (Red+Green+Blue) = 16+162+42=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 162 (63.67% from 255 or 73.64% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 162 - color contains mainly: green. Hex color #10A22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A22A is #EF5DD5. Grayscale: #696969. Windows color (decimal): -15687126 or 2794000. OLE color: 2794000.

HSL color Cylindrical-coordinate representation of color #10A22A: hue angle of 130.68º 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 #10A22A is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1616242-
CMYK0.9000.740.36
HSL130.68º82.02%34.9%-
HSV(B)130.68º90.12%63.53%-
XYZ13.5526.126.52-
YUV104.6792.6364.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 162 (63.67% from 255) = 73.64%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=7.27%
G=73.64%
B=19.09%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162420.9000.740.36130.6882.0234.9
Hex10A22A5A04A24835223
Octal202425213201124420312243
Binary1000010100010101010101101001001010100100100000111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,162,42); }

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

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

 a { background-color: rgb(16,162,42); }

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

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

 span { border-color: rgb(16,162,42); }

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