#10C428

Color #10C428 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10C428

Tints of Dark Pastel Green #10C428

Color information

#10C428 (or 0x10C428) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C4 and 28. RGB value is (16,196,40). Sum of RGB (Red+Green+Blue) = 16+196+40=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #10C428 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C428 is #EF3BD7. Grayscale: #7C7C7C. Windows color (decimal): -15678424 or 2671632. OLE color: 2671632.

HSL color Cylindrical-coordinate representation of color #10C428: hue angle of 128º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C428 is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1619640-
CMYK0.9200.800.23
HSL128º84.91%41.57%-
HSV(B)128º91.84%76.86%-
XYZ20.3439.748.61-
YUV124.480.3750.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.35%
GREEN value IS 196 (76.95% from 255) = 77.78%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=6.35%
G=77.78%
B=15.87%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16196400.9200.800.2312884.9141.57
Hex10C4285C0501780552a
Octal203045013401202720012552
Binary100001100010010100010111000101000010111100000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10C428;
 }
 .AnyTagClassName
 {
   color: #10C428;
 }
</style>
background-color css

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

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

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

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

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

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