Html Css Color HEX #10CC29 Dark Pastel Green

📋 copy color: '#10CC29'

red 16 ◦ green 204 ◦ blue 41

#10CC29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #10CC29

Tints of Dark Pastel Green #10CC29

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 value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#10CC29 (or 0x10CC29) is known color: 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

RGB 16 204 41 -
CMYK 0.92 0 0.80 0.2
HSL 127.98º 0.85% 0.43% -
HSV(B) 127.98º 0.92% 0.8% -
XYZ 22.21 43.46 9.32 -
YUV 129.21 78.22 47.25 -
System Red Green Blue C M Y K H S L
Decimal 16 204 41 0.92 0 0.80 0.2 127.98 0.85 0.43
Hex 10 CC 29 5C 0 50 14 80 55 2B
Octal 20 314 51 134 0 120 24 200 125 53
Binary 10000 11001100 101001 1011100 0 1010000 10100 10000000 1010101 101011

Color Harmonies of #10CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CC29

Black with #10CC29

Text Example


Text Example

White with #10CC29

Text Example


Text Example

HTML Codes & Css Web 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>