#10AE23

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

Shades of Dark Pastel Green #10AE23

Tints of Dark Pastel Green #10AE23

Color information

#10AE23 (or 0x10AE23) is unknown color: approx Dark Pastel Green. HEX triplet: 10, AE and 23. RGB value is (16,174,35). Sum of RGB (Red+Green+Blue) = 16+174+35=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 174 (68.36% from 255 or 77.33% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 174 - color contains mainly: green. Hex color #10AE23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AE23 is #EF51DC. Grayscale: #6F6F6F. Windows color (decimal): -15684061 or 2338320. OLE color: 2338320.

HSL color Cylindrical-coordinate representation of color #10AE23: hue angle of 127.22º 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 #10AE23 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1617435-
CMYK0.9100.800.32
HSL127.22º83.16%37.25%-
HSV(B)127.22º90.8%68.24%-
XYZ15.6530.56.65-
YUV110.9185.1560.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.11%
GREEN value IS 174 (68.36% from 255) = 77.33%
BLUE value IS 35 (14.06% from 255) = 15.56%
R=7.11%
G=77.33%
B=15.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16174350.9100.800.32127.2283.1637.25
Hex10AE235B050207f5325
Octal202564313301204017712345
Binary100001010111010001110110110101000010000011111111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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