Html Css Color HEX #10D728 Dark Pastel Green

📋 copy color: '#10D728'

red 16 ◦ green 215 ◦ blue 40

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

Shades of Dark Pastel Green #10D728

Tints of Dark Pastel Green #10D728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 5.9%
G = 79.34%
B = 14.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#10D728 (or 0x10D728) is known color: Dark Pastel Green. HEX triplet: 10, D7 and 28. RGB value is (16,215,40). Sum of RGB (Red+Green+Blue) = 16+215+40=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 215 (84.38% from 255 or 79.34% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 215 - color contains mainly: green. Hex color #10D728 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D728 is #EF28D7. Grayscale: #888888. Windows color (decimal): -15673560 or 2676496. OLE color: 2676496.

HSL color Cylindrical-coordinate representation of color #10D728: hue angle of 127.24º 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 #10D728 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 215 40 -
CMYK 0.93 0 0.81 0.16
HSL 127.24º 0.86% 0.45% -
HSV(B) 127.24º 0.93% 0.84% -
XYZ 24.9 48.86 10.13 -
YUV 135.55 74.07 42.73 -
System Red Green Blue C M Y K H S L
Decimal 16 215 40 0.93 0 0.81 0.16 127.24 0.86 0.45
Hex 10 D7 28 5D 0 51 10 7F 56 2D
Octal 20 327 50 135 0 121 20 177 126 55
Binary 10000 11010111 101000 1011101 0 1010001 10000 1111111 1010110 101101

Color Harmonies of #10D728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D728

Black with #10D728

Text Example


Text Example

White with #10D728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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