#10D22F

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

Shades of Dark Pastel Green #10D22F

Tints of Dark Pastel Green #10D22F

Color information

#10D22F (or 0x10D22F) is unknown color: approx Dark Pastel Green. HEX triplet: 10, D2 and 2F. RGB value is (16,210,47). Sum of RGB (Red+Green+Blue) = 16+210+47=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #10D22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D22F is #EF2DD0. Grayscale: #858585. Windows color (decimal): -15674833 or 3133968. OLE color: 3133968.

HSL color Cylindrical-coordinate representation of color #10D22F: hue angle of 129.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D22F is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB1621047-
CMYK0.9200.780.18
HSL129.59º85.84%44.31%-
HSV(B)129.59º92.38%82.35%-
XYZ23.7746.4110.39-
YUV133.4179.2344.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 210 (82.42% from 255) = 76.92%
BLUE value IS 47 (18.75% from 255) = 17.22%
R=5.86%
G=76.92%
B=17.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16210470.9200.780.18129.5985.8444.31
Hex10D22F5C04E1282562c
Octal203225713401162220212654
Binary100001101001010111110111000100111010010100000101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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