Html Css Color HEX #AAF2AD Celadon

📋 copy color: '#AAF2AD'

red 170 ◦ green 242 ◦ blue 173

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

Shades of Celadon #AAF2AD

Tints of Celadon #AAF2AD

RGB

 RED value IS 170 (66.8% from 255) = 29.06%

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 173 (67.97% from 255) = 29.57%

R = 29.06%
G = 41.37%
B = 29.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#AAF2AD (or 0xAAF2AD) is known color: Celadon. HEX triplet: AA, F2 and AD. RGB value is (170,242,173). Sum of RGB (Red+Green+Blue) = 170+242+173=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2AD is #550D52. Grayscale: #D4D4D4. Windows color (decimal): -5573971 or 11399850. OLE color: 11399850.

HSL color Cylindrical-coordinate representation of color #AAF2AD: hue angle of 122.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2AD is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 173 -
CMYK 0.30 0 0.29 0.05
HSL 122.5º 0.73% 0.81% -
HSV(B) 122.5º 0.3% 0.95% -
XYZ 55.87 75.07 51.08 -
YUV 212.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 170 242 173 0.30 0 0.29 0.05 122.5 0.73 0.81
Hex AA F2 AD 1E 0 1D 5 7B 49 51
Octal 252 362 255 36 0 35 5 173 111 121
Binary 10101010 11110010 10101101 11110 0 11101 101 1111011 1001001 1010001

Color Harmonies of #AAF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2AD

Black with #AAF2AD

Text Example


Text Example

White with #AAF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2AD; }

 p { color: rgb(170,242,173); }

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

background-color css

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

 a { background-color: rgb(170,242,173); }

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

border-color css

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

 span { border-color: rgb(170,242,173); }

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