#10C24C

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

Shades of Dark Pastel Green #10C24C

Tints of Dark Pastel Green #10C24C

Color information

#10C24C (or 0x10C24C) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C2 and 4C. RGB value is (16,194,76). Sum of RGB (Red+Green+Blue) = 16+194+76=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #10C24C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C24C is #EF3DB3. Grayscale: #7F7F7F. Windows color (decimal): -15678900 or 5030416. OLE color: 5030416.

HSL color Cylindrical-coordinate representation of color #10C24C: hue angle of 140.22º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C24C is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1619476-
CMYK0.9200.610.24
HSL140.22º84.76%41.18%-
HSV(B)140.22º91.75%76.08%-
XYZ20.8139.2213.31-
YUV127.3399.0348.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 194 (76.17% from 255) = 67.83%
BLUE value IS 76 (30.08% from 255) = 26.57%
R=5.59%
G=67.83%
B=26.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16194760.9200.610.24140.2284.7641.18
Hex10C24C5C03D188c5529
Octal203021141340753021412551
Binary100001100001010011001011100011110111000100011001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,194,76); }

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

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

 a { background-color: rgb(16,194,76); }

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

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

 span { border-color: rgb(16,194,76); }

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