Html Css Color HEX #10D726 Dark Pastel Green

📋 copy color: '#10D726'

red 16 ◦ green 215 ◦ blue 38

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

Shades of Dark Pastel Green #10D726

Tints of Dark Pastel Green #10D726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.93%

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 5.95%
G = 79.93%
B = 14.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#10D726 (or 0x10D726) is known color: Dark Pastel Green. HEX triplet: 10, D7 and 26. RGB value is (16,215,38). Sum of RGB (Red+Green+Blue) = 16+215+38=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 215 (84.38% from 255 or 79.93% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 215 - color contains mainly: green. Hex color #10D726 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D726 is #EF28D9. Grayscale: #878787. Windows color (decimal): -15673562 or 2545424. OLE color: 2545424.

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

Color convert

RGB 16 215 38 -
CMYK 0.93 0 0.82 0.16
HSL 126.63º 0.86% 0.45% -
HSV(B) 126.63º 0.93% 0.84% -
XYZ 24.86 48.85 9.95 -
YUV 135.32 73.07 42.89 -
System Red Green Blue C M Y K H S L
Decimal 16 215 38 0.93 0 0.82 0.16 126.63 0.86 0.45
Hex 10 D7 26 5D 0 52 10 7F 56 2D
Octal 20 327 46 135 0 122 20 177 126 55
Binary 10000 11010111 100110 1011101 0 1010010 10000 1111111 1010110 101101

Color Harmonies of #10D726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D726

Black with #10D726

Text Example


Text Example

White with #10D726

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,215,38); }

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

background-color css

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

 a { background-color: rgb(16,215,38); }

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

border-color css

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

 span { border-color: rgb(16,215,38); }

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