Html Css Color HEX #10D628 Dark Pastel Green

📋 copy color: '#10D628'

red 16 ◦ green 214 ◦ blue 40

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

Shades of Dark Pastel Green #10D628

Tints of Dark Pastel Green #10D628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.26%

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

R = 5.93%
G = 79.26%
B = 14.81%

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

#10D628 (or 0x10D628) is known color: Dark Pastel Green. HEX triplet: 10, D6 and 28. RGB value is (16,214,40). Sum of RGB (Red+Green+Blue) = 16+214+40=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 214 (83.98% from 255 or 79.26% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 214 - color contains mainly: green. Hex color #10D628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10D628 is #EF29D7. Grayscale: #878787. Windows color (decimal): -15673816 or 2676240. OLE color: 2676240.

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

Color convert

RGB 16 214 40 -
CMYK 0.93 0 0.81 0.16
HSL 127.27º 0.86% 0.45% -
HSV(B) 127.27º 0.93% 0.84% -
XYZ 24.64 48.36 10.04 -
YUV 134.96 74.4 43.15 -
System Red Green Blue C M Y K H S L
Decimal 16 214 40 0.93 0 0.81 0.16 127.27 0.86 0.45
Hex 10 D6 28 5D 0 51 10 7F 56 2D
Octal 20 326 50 135 0 121 20 177 126 55
Binary 10000 11010110 101000 1011101 0 1010001 10000 1111111 1010110 101101

Color Harmonies of #10D628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D628

Black with #10D628

Text Example


Text Example

White with #10D628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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