#10C642

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

Shades of Dark Pastel Green #10C642

Tints of Dark Pastel Green #10C642

Color information

#10C642 (or 0x10C642) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C6 and 42. RGB value is (16,198,66). Sum of RGB (Red+Green+Blue) = 16+198+66=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #10C642 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C642 is #EF39BD. Grayscale: #808080. Windows color (decimal): -15677886 or 4376080. OLE color: 4376080.

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

Color convert

RGB1619866-
CMYK0.9200.670.22
HSL136.48º85.05%41.96%-
HSV(B)136.48º91.92%77.65%-
XYZ21.3940.8911.92-
YUV128.5392.747.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 198 (77.73% from 255) = 70.71%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=5.71%
G=70.71%
B=23.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198660.9200.670.22136.4885.0541.96
Hex10C6425C0431688552a
Octal2030610213401032621012552
Binary1000011000110100001010111000100001110110100010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,66); }

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

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

 a { background-color: rgb(16,198,66); }

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

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

 span { border-color: rgb(16,198,66); }

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