Html Css Color HEX #10D529 Dark Pastel Green

📋 copy color: '#10D529'

red 16 ◦ green 213 ◦ blue 41

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

Shades of Dark Pastel Green #10D529

Tints of Dark Pastel Green #10D529

RGB

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

 GREEN value IS 213 (83.59% from 255) = 78.89%

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

R = 5.93%
G = 78.89%
B = 15.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#10D529 (or 0x10D529) is known color: Dark Pastel Green. HEX triplet: 10, D5 and 29. RGB value is (16,213,41). Sum of RGB (Red+Green+Blue) = 16+213+41=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #10D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D529 is #EF2AD6. Grayscale: #868686. Windows color (decimal): -15674071 or 2741520. OLE color: 2741520.

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

Color convert

RGB 16 213 41 -
CMYK 0.92 0 0.81 0.16
HSL 127.61º 0.86% 0.45% -
HSV(B) 127.61º 0.92% 0.84% -
XYZ 24.41 47.86 10.05 -
YUV 134.49 75.23 43.49 -
System Red Green Blue C M Y K H S L
Decimal 16 213 41 0.92 0 0.81 0.16 127.61 0.86 0.45
Hex 10 D5 29 5C 0 51 10 80 56 2D
Octal 20 325 51 134 0 121 20 200 126 55
Binary 10000 11010101 101001 1011100 0 1010001 10000 10000000 1010110 101101

Color Harmonies of #10D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D529

Black with #10D529

Text Example


Text Example

White with #10D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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