#10C61E

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

Shades of Dark Pastel Green #10C61E

Tints of Dark Pastel Green #10C61E

Color information

#10C61E (or 0x10C61E) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C6 and 1E. RGB value is (16,198,30). Sum of RGB (Red+Green+Blue) = 16+198+30=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #10C61E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C61E is #EF39E1. Grayscale: #7C7C7C. Windows color (decimal): -15677922 or 2016784. OLE color: 2016784.

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

Color convert

RGB1619830-
CMYK0.9200.850.22
HSL124.62º85.05%41.96%-
HSV(B)124.62º91.92%77.65%-
XYZ20.6440.597.98-
YUV124.4374.750.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.56%
GREEN value IS 198 (77.73% from 255) = 81.15%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=6.56%
G=81.15%
B=12.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16198300.9200.850.22124.6285.0541.96
Hex10C61E5C055167d552a
Octal203063613401252617512552
Binary1000011000110111101011100010101011011011111011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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