#10C53B

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

Shades of Dark Pastel Green #10C53B

Tints of Dark Pastel Green #10C53B

Color information

#10C53B (or 0x10C53B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C5 and 3B. RGB value is (16,197,59). Sum of RGB (Red+Green+Blue) = 16+197+59=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #10C53B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C53B is #EF3AC4. Grayscale: #7F7F7F. Windows color (decimal): -15678149 or 3917072. OLE color: 3917072.

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

Color convert

RGB1619759-
CMYK0.9200.700.23
HSL134.25º84.98%41.76%-
HSV(B)134.25º91.88%77.25%-
XYZ20.9740.3610.82-
YUV127.1589.5348.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.88%
GREEN value IS 197 (77.34% from 255) = 72.43%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=5.88%
G=72.43%
B=21.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16197590.9200.700.23134.2584.9841.76
Hex10C53B5C0461786552a
Octal203057313401062720612552
Binary100001100010111101110111000100011010111100001101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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