#10C532

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

Shades of Dark Pastel Green #10C532

Tints of Dark Pastel Green #10C532

Color information

#10C532 (or 0x10C532) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C5 and 32. RGB value is (16,197,50). Sum of RGB (Red+Green+Blue) = 16+197+50=263 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.08% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #10C532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C532 is #EF3ACD. Grayscale: #7E7E7E. Windows color (decimal): -15678158 or 3327248. OLE color: 3327248.

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

Color convert

RGB1619750-
CMYK0.9200.750.23
HSL131.27º84.98%41.76%-
HSV(B)131.27º91.88%77.25%-
XYZ20.7640.279.7-
YUV126.1285.0349.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.08%
GREEN value IS 197 (77.34% from 255) = 74.90%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=6.08%
G=74.90%
B=19.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197500.9200.750.23131.2784.9841.76
Hex10C5325C04B1783552a
Octal203056213401132720312552
Binary100001100010111001010111000100101110111100000111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,197,50); }

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

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

 a { background-color: rgb(16,197,50); }

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

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

 span { border-color: rgb(16,197,50); }

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