Html Css Color HEX #AEEDAE Celadon

📋 copy color: '#AEEDAE'

red 174 ◦ green 237 ◦ blue 174

#AEEDAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #AEEDAE

Tints of Celadon #AEEDAE

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 value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#AEEDAE (or 0xAEEDAE) is known color: 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

RGB 174 237 174 -
CMYK 0.27 0 0.27 0.07
HSL 120º 0.64% 0.81% -
HSV(B) 120º 0.27% 0.93% -
XYZ 55.38 72.62 51.14 -
YUV 210.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 174 237 174 0.27 0 0.27 0.07 120 0.64 0.81
Hex AE ED AE 1B 0 1B 7 78 40 51
Octal 256 355 256 33 0 33 7 170 100 121
Binary 10101110 11101101 10101110 11011 0 11011 111 1111000 1000000 1010001

Color Harmonies of #AEEDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDAE

Black with #AEEDAE

Text Example


Text Example

White with #AEEDAE

Text Example


Text Example

HTML Codes & Css Web 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>