Html Css Color HEX #10D429 Dark Pastel Green

📋 copy color: '#10D429'

red 16 ◦ green 212 ◦ blue 41

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

Shades of Dark Pastel Green #10D429

Tints of Dark Pastel Green #10D429

RGB

 RED value IS 16 (6.64% from 255) = 5.95%

 GREEN value IS 212 (83.2% from 255) = 78.81%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 5.95%
G = 78.81%
B = 15.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#10D429 (or 0x10D429) is known color: Dark Pastel Green. HEX triplet: 10, D4 and 29. RGB value is (16,212,41). Sum of RGB (Red+Green+Blue) = 16+212+41=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 212 (83.20% from 255 or 78.81% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 212 - color contains mainly: green. Hex color #10D429 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D429 is #EF2BD6. Grayscale: #868686. Windows color (decimal): -15674327 or 2741264. OLE color: 2741264.

HSL color Cylindrical-coordinate representation of color #10D429: hue angle of 127.65º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D429 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 16 212 41 -
CMYK 0.92 0 0.81 0.17
HSL 127.65º 0.86% 0.45% -
HSV(B) 127.65º 0.92% 0.83% -
XYZ 24.16 47.36 9.97 -
YUV 133.9 75.57 43.9 -
System Red Green Blue C M Y K H S L
Decimal 16 212 41 0.92 0 0.81 0.17 127.65 0.86 0.45
Hex 10 D4 29 5C 0 51 11 80 56 2D
Octal 20 324 51 134 0 121 21 200 126 55
Binary 10000 11010100 101001 1011100 0 1010001 10001 10000000 1010110 101101

Color Harmonies of #10D429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D429

Black with #10D429

Text Example


Text Example

White with #10D429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10D429;
 }
 .AnyTagClassName
 {
   color: #10D429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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