#AEEDAE

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

Shades of Celadon #AEEDAE

Tints of Celadon #AEEDAE

Color information

#AEEDAE (or 0xAEEDAE) is unknown color: approx Celadon. HEX triplet: AE, ED and AE. RGB value is (174,237,174). Sum of RGB (Red+Green+Blue) = 174+237+174=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 174 (68.36% from 255 or 29.74% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDAE is #511251. Grayscale: #D3D3D3. Windows color (decimal): -5313106 or 11464110. OLE color: 11464110.

HSL color Cylindrical-coordinate representation of color #AEEDAE: hue angle of 120º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDAE is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB174237174-
CMYK0.2700.270.07
HSL120º63.64%80.59%-
HSV(B)120º26.58%92.94%-
XYZ55.3872.6251.14-
YUV210.98107.13101.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.74%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 174 (68.36% from 255) = 29.74%
R=29.74%
G=40.51%
B=29.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742371740.2700.270.0712063.6480.59
HexAEEDAE1B01B7784051
Octal256355256330337170100121
Binary10101110111011011010111011011011011111111100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEDAE; }

 p { color: rgb(174,237,174); }

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

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

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

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

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

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

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