Html Css Color HEX #AAF1A8 Celadon

📋 copy color: '#AAF1A8'

red 170 ◦ green 241 ◦ blue 168

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

Shades of Celadon #AAF1A8

Tints of Celadon #AAF1A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.02%

R = 29.36%
G = 41.62%
B = 29.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#AAF1A8 (or 0xAAF1A8) is known color: Celadon. HEX triplet: AA, F1 and A8. RGB value is (170,241,168). Sum of RGB (Red+Green+Blue) = 170+241+168=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1A8 is #550E57. Grayscale: #D3D3D3. Windows color (decimal): -5574232 or 11071914. OLE color: 11071914.

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

Color convert

RGB 170 241 168 -
CMYK 0.29 0 0.30 0.05
HSL 118.36º 0.72% 0.8% -
HSV(B) 118.36º 0.3% 0.95% -
XYZ 55.1 74.28 48.48 -
YUV 211.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 170 241 168 0.29 0 0.30 0.05 118.36 0.72 0.8
Hex AA F1 A8 1D 0 1E 5 76 48 50
Octal 252 361 250 35 0 36 5 166 110 120
Binary 10101010 11110001 10101000 11101 0 11110 101 1110110 1001000 1010000

Color Harmonies of #AAF1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1A8

Black with #AAF1A8

Text Example


Text Example

White with #AAF1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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