Html Css Color HEX #AAF7AD Celadon

📋 copy color: '#AAF7AD'

red 170 ◦ green 247 ◦ blue 173

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

Shades of Celadon #AAF7AD

Tints of Celadon #AAF7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.86%

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

R = 28.81%
G = 41.86%
B = 29.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#AAF7AD (or 0xAAF7AD) is known color: Celadon. HEX triplet: AA, F7 and AD. RGB value is (170,247,173). Sum of RGB (Red+Green+Blue) = 170+247+173=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF7AD is #550852. Grayscale: #D7D7D7. Windows color (decimal): -5572691 or 11401130. OLE color: 11401130.

HSL color Cylindrical-coordinate representation of color #AAF7AD: hue angle of 122.34º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7AD is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 247 173 -
CMYK 0.31 0 0.30 0.03
HSL 122.34º 0.83% 0.82% -
HSV(B) 122.34º 0.31% 0.97% -
XYZ 57.38 78.08 51.58 -
YUV 215.54 103.99 95.52 -
System Red Green Blue C M Y K H S L
Decimal 170 247 173 0.31 0 0.30 0.03 122.34 0.83 0.82
Hex AA F7 AD 1F 0 1E 3 7A 53 52
Octal 252 367 255 37 0 36 3 172 123 122
Binary 10101010 11110111 10101101 11111 0 11110 11 1111010 1010011 1010010

Color Harmonies of #AAF7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF7AD

Black with #AAF7AD

Text Example


Text Example

White with #AAF7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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