Html Css Color HEX #AAF1AD Celadon

📋 copy color: '#AAF1AD'

red 170 ◦ green 241 ◦ blue 173

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

Shades of Celadon #AAF1AD

Tints of Celadon #AAF1AD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.27%

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

R = 29.11%
G = 41.27%
B = 29.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#AAF1AD (or 0xAAF1AD) is known color: Celadon. HEX triplet: AA, F1 and AD. RGB value is (170,241,173). Sum of RGB (Red+Green+Blue) = 170+241+173=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 173 (67.97% from 255 or 29.62% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AD is #550E52. Grayscale: #D4D4D4. Windows color (decimal): -5574227 or 11399594. OLE color: 11399594.

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

Color convert

RGB 170 241 173 -
CMYK 0.29 0 0.28 0.05
HSL 122.54º 0.72% 0.81% -
HSV(B) 122.54º 0.29% 0.95% -
XYZ 55.58 74.47 50.98 -
YUV 212.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 170 241 173 0.29 0 0.28 0.05 122.54 0.72 0.81
Hex AA F1 AD 1D 0 1C 5 7B 48 51
Octal 252 361 255 35 0 34 5 173 110 121
Binary 10101010 11110001 10101101 11101 0 11100 101 1111011 1001000 1010001

Color Harmonies of #AAF1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1AD

Black with #AAF1AD

Text Example


Text Example

White with #AAF1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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