Html Css Color HEX #AAF3A8 Celadon

📋 copy color: '#AAF3A8'

red 170 ◦ green 243 ◦ blue 168

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

Shades of Celadon #AAF3A8

Tints of Celadon #AAF3A8

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

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

R = 29.26%
G = 41.82%
B = 28.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#AAF3A8 (or 0xAAF3A8) is known color: Celadon. HEX triplet: AA, F3 and A8. RGB value is (170,243,168). Sum of RGB (Red+Green+Blue) = 170+243+168=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 168 (66.02% from 255 or 28.92% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF3A8 is #550C57. Grayscale: #D4D4D4. Windows color (decimal): -5573720 or 11072426. OLE color: 11072426.

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

Color convert

RGB 170 243 168 -
CMYK 0.30 0 0.31 0.05
HSL 118.4º 0.76% 0.81% -
HSV(B) 118.4º 0.31% 0.95% -
XYZ 55.7 75.47 48.68 -
YUV 212.62 102.82 97.6 -
System Red Green Blue C M Y K H S L
Decimal 170 243 168 0.30 0 0.31 0.05 118.4 0.76 0.81
Hex AA F3 A8 1E 0 1F 5 76 4C 51
Octal 252 363 250 36 0 37 5 166 114 121
Binary 10101010 11110011 10101000 11110 0 11111 101 1110110 1001100 1010001

Color Harmonies of #AAF3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3A8

Black with #AAF3A8

Text Example


Text Example

White with #AAF3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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