Html Css Color HEX #AAF0AD Celadon

📋 copy color: '#AAF0AD'

red 170 ◦ green 240 ◦ blue 173

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

Shades of Celadon #AAF0AD

Tints of Celadon #AAF0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

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

R = 29.16%
G = 41.17%
B = 29.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#AAF0AD (or 0xAAF0AD) is known color: Celadon. HEX triplet: AA, F0 and AD. RGB value is (170,240,173). Sum of RGB (Red+Green+Blue) = 170+240+173=583 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.16% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0AD is #550F52. Grayscale: #D3D3D3. Windows color (decimal): -5574483 or 11399338. OLE color: 11399338.

HSL color Cylindrical-coordinate representation of color #AAF0AD: hue angle of 122.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0AD is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 173 -
CMYK 0.29 0 0.28 0.06
HSL 122.57º 0.7% 0.8% -
HSV(B) 122.57º 0.29% 0.94% -
XYZ 55.28 73.88 50.88 -
YUV 211.43 106.31 98.45 -
System Red Green Blue C M Y K H S L
Decimal 170 240 173 0.29 0 0.28 0.06 122.57 0.7 0.8
Hex AA F0 AD 1D 0 1C 6 7B 46 50
Octal 252 360 255 35 0 34 6 173 106 120
Binary 10101010 11110000 10101101 11101 0 11100 110 1111011 1000110 1010000

Color Harmonies of #AAF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0AD

Black with #AAF0AD

Text Example


Text Example

White with #AAF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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