#10CC29

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

Shades of Dark Pastel Green #10CC29

Tints of Dark Pastel Green #10CC29

Color information

#10CC29 (or 0x10CC29) is unknown color: approx Dark Pastel Green. HEX triplet: 10, CC and 29. RGB value is (16,204,41). Sum of RGB (Red+Green+Blue) = 16+204+41=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #10CC29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10CC29 is #EF33D6. Grayscale: #818181. Windows color (decimal): -15676375 or 2739216. OLE color: 2739216.

HSL color Cylindrical-coordinate representation of color #10CC29: hue angle of 127.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CC29 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB1620441-
CMYK0.9200.800.2
HSL127.98º85.45%43.14%-
HSV(B)127.98º92.16%80%-
XYZ22.2143.469.32-
YUV129.2178.2247.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.13%
GREEN value IS 204 (80.08% from 255) = 78.16%
BLUE value IS 41 (16.41% from 255) = 15.71%
R=6.13%
G=78.16%
B=15.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16204410.9200.800.2127.9885.4543.14
Hex10CC295C0501480552b
Octal203145113401202420012553
Binary100001100110010100110111000101000010100100000001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,204,41); }

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

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

 a { background-color: rgb(16,204,41); }

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

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

 span { border-color: rgb(16,204,41); }

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