Html Css Color HEX #AEFFAE Celadon

📋 copy color: '#AEFFAE'

red 174 ◦ green 255 ◦ blue 174

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

Shades of Celadon #AEFFAE

Tints of Celadon #AEFFAE

RGB

 RED value IS 174 (68.36% from 255) = 28.86%

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 174 (68.36% from 255) = 28.86%

R = 28.86%
G = 42.29%
B = 28.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#AEFFAE (or 0xAEFFAE) is known color: Celadon. HEX triplet: AE, FF and AE. RGB value is (174,255,174). Sum of RGB (Red+Green+Blue) = 174+255+174=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFFAE is #510051. Grayscale: #DDDDDD. Windows color (decimal): -5308498 or 11468718. OLE color: 11468718.

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

Color convert

RGB 174 255 174 -
CMYK 0.32 0 0.32 0
HSL 120º 1% 0.84% -
HSV(B) 120º 0.32% 1% -
XYZ 60.86 83.57 52.97 -
YUV 221.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 174 255 174 0.32 0 0.32 0 120 1 0.84
Hex AE FF AE 20 0 20 0 78 64 54
Octal 256 377 256 40 0 40 0 170 144 124
Binary 10101110 11111111 10101110 100000 0 100000 0 1111000 1100100 1010100

Color Harmonies of #AEFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFAE

Black with #AEFFAE

Text Example


Text Example

White with #AEFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFAE; }

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

 H1.HeaderClassName
 {
   color: #AEFFAE;
 }
 .AnyTagClassName
 {
   color: #AEFFAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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