#10C62B

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

Shades of Dark Pastel Green #10C62B

Tints of Dark Pastel Green #10C62B

Color information

#10C62B (or 0x10C62B) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C6 and 2B. RGB value is (16,198,43). Sum of RGB (Red+Green+Blue) = 16+198+43=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 198 (77.73% from 255 or 77.04% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 198 - color contains mainly: green. Hex color #10C62B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C62B is #EF39D4. Grayscale: #7E7E7E. Windows color (decimal): -15677909 or 2868752. OLE color: 2868752.

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

Color convert

RGB1619843-
CMYK0.9200.780.22
HSL128.9º85.05%41.96%-
HSV(B)128.9º91.92%77.65%-
XYZ20.8440.679.04-
YUV125.9181.249.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.23%
GREEN value IS 198 (77.73% from 255) = 77.04%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=6.23%
G=77.04%
B=16.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198430.9200.780.22128.985.0541.96
Hex10C62B5C04E1681552a
Octal203065313401162620112552
Binary100001100011010101110111000100111010110100000011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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