#10C629

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

Shades of Dark Pastel Green #10C629

Tints of Dark Pastel Green #10C629

Color information

#10C629 (or 0x10C629) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C6 and 29. RGB value is (16,198,41). Sum of RGB (Red+Green+Blue) = 16+198+41=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 198 (77.73% from 255 or 77.65% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 198 - color contains mainly: green. Hex color #10C629 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C629 is #EF39D6. Grayscale: #7E7E7E. Windows color (decimal): -15677911 or 2737680. OLE color: 2737680.

HSL color Cylindrical-coordinate representation of color #10C629: hue angle of 128.24º 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 #10C629 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB1619841-
CMYK0.9200.790.22
HSL128.24º85.05%41.96%-
HSV(B)128.24º91.92%77.65%-
XYZ20.8140.668.85-
YUV125.6880.249.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.27%
GREEN value IS 198 (77.73% from 255) = 77.65%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=6.27%
G=77.65%
B=16.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198410.9200.790.22128.2485.0541.96
Hex10C6295C04F1680552a
Octal203065113401172620012552
Binary100001100011010100110111000100111110110100000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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