#10A22F

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

Shades of Dark Pastel Green #10A22F

Tints of Dark Pastel Green #10A22F

Color information

#10A22F (or 0x10A22F) is unknown color: approx Dark Pastel Green. HEX triplet: 10, A2 and 2F. RGB value is (16,162,47). Sum of RGB (Red+Green+Blue) = 16+162+47=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 162 (63.67% from 255 or 72% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 162 - color contains mainly: green. Hex color #10A22F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10A22F is #EF5DD0. Grayscale: #696969. Windows color (decimal): -15687121 or 3121680. OLE color: 3121680.

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

Color convert

RGB1616247-
CMYK0.9000.710.36
HSL132.74º82.02%34.9%-
HSV(B)132.74º90.12%63.53%-
XYZ13.6526.167.02-
YUV105.2495.1364.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 162 (63.67% from 255) = 72%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=7.11%
G=72%
B=20.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16162470.9000.710.36132.7482.0234.9
Hex10A22F5A04724855223
Octal202425713201074420512243
Binary1000010100010101111101101001000111100100100001011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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