#AEFA95

Color #AEFA95 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #AEFA95

Tints of Pale Green #AEFA95

Color information

#AEFA95 (or 0xAEFA95) is unknown color: approx Pale Green. HEX triplet: AE, FA and 95. RGB value is (174,250,149). Sum of RGB (Red+Green+Blue) = 174+250+149=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFA95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFA95 is #51056A. Grayscale: #D8D8D8. Windows color (decimal): -5309803 or 9829038. OLE color: 9829038.

HSL color Cylindrical-coordinate representation of color #AEFA95: hue angle of 105.15º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEFA95 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB174250149-
CMYK0.3000.400.02
HSL105.15º90.99%78.24%-
HSV(B)105.15º40.4%98.04%-
XYZ57.0779.5440.78-
YUV215.7690.3298.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.37%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=30.37%
G=43.63%
B=26.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742501490.3000.400.02105.1590.9978.24
HexAEFA951E0282695b4e
Octal256372225360502151133116
Binary10101110111110101001010111110010100010110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFA95; }

 p { color: rgb(174,250,149); }

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

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

 a { background-color: rgb(174,250,149); }

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

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

 span { border-color: rgb(174,250,149); }

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