#10AE24

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

Shades of Dark Pastel Green #10AE24

Tints of Dark Pastel Green #10AE24

Color information

#10AE24 (or 0x10AE24) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AE and 24. RGB value is (16,174,36). Sum of RGB (Red+Green+Blue) = 16+174+36=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 174 (68.36% from 255 or 76.99% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE24 is #EF51DB. Grayscale: #6F6F6F. Windows color (decimal): -15684060 or 2403856. OLE color: 2403856.

HSL color Cylindrical-coordinate representation of color #10AE24: hue angle of 127.59º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AE24 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB1617436-
CMYK0.9100.790.32
HSL127.59º83.16%37.25%-
HSV(B)127.59º90.8%68.24%-
XYZ15.6730.516.73-
YUV111.0385.6560.22-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 174 (68.36% from 255) = 76.99%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=7.08%
G=76.99%
B=15.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16174360.9100.790.32127.5983.1637.25
Hex10AE245B04F20805325
Octal202564413301174020012345
Binary1000010101110100100101101101001111100000100000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,174,36); }

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

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

 a { background-color: rgb(16,174,36); }

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

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

 span { border-color: rgb(16,174,36); }

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