Html Css Color HEX #10D929 Dark Pastel Green

📋 copy color: '#10D929'

red 16 ◦ green 217 ◦ blue 41

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

Shades of Dark Pastel Green #10D929

Tints of Dark Pastel Green #10D929

RGB

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

 GREEN value IS 217 (85.16% from 255) = 79.2%

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

R = 5.84%
G = 79.2%
B = 14.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#10D929 (or 0x10D929) is known color: Dark Pastel Green. HEX triplet: 10, D9 and 29. RGB value is (16,217,41). Sum of RGB (Red+Green+Blue) = 16+217+41=274 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.84% from 274); Green value is 217 (85.16% from 255 or 79.20% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 217 - color contains mainly: green. Hex color #10D929 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D929 is #EF26D6. Grayscale: #898989. Windows color (decimal): -15673047 or 2742544. OLE color: 2742544.

HSL color Cylindrical-coordinate representation of color #10D929: hue angle of 127.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D929 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 217 41 -
CMYK 0.93 0 0.81 0.15
HSL 127.46º 0.86% 0.46% -
HSV(B) 127.46º 0.93% 0.85% -
XYZ 25.43 49.9 10.39 -
YUV 136.84 73.91 41.81 -
System Red Green Blue C M Y K H S L
Decimal 16 217 41 0.93 0 0.81 0.15 127.46 0.86 0.46
Hex 10 D9 29 5D 0 51 F 7F 56 2E
Octal 20 331 51 135 0 121 17 177 126 56
Binary 10000 11011001 101001 1011101 0 1010001 1111 1111111 1010110 101110

Color Harmonies of #10D929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D929

Black with #10D929

Text Example


Text Example

White with #10D929

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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