#10C944

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

Shades of Dark Pastel Green #10C944

Tints of Dark Pastel Green #10C944

Color information

#10C944 (or 0x10C944) is unknown color: approx Dark Pastel Green. HEX triplet: 10, C9 and 44. RGB value is (16,201,68). Sum of RGB (Red+Green+Blue) = 16+201+68=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #10C944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10C944 is #EF36BB. Grayscale: #828282. Windows color (decimal): -15677116 or 4507920. OLE color: 4507920.

HSL color Cylindrical-coordinate representation of color #10C944: hue angle of 136.86º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C944 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB1620168-
CMYK0.9200.660.21
HSL136.86º85.25%42.55%-
HSV(B)136.86º92.04%78.82%-
XYZ22.1442.312.47-
YUV130.5292.7146.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 201 (78.91% from 255) = 70.53%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=5.61%
G=70.53%
B=23.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16201680.9200.660.21136.8685.2542.55
Hex10C9445C0421589552b
Octal2031110413401022521112553
Binary1000011001001100010010111000100001010101100010011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,201,68); }

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

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

 a { background-color: rgb(16,201,68); }

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

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

 span { border-color: rgb(16,201,68); }

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