Html Css Color HEX #AAF2AC Celadon

📋 copy color: '#AAF2AC'

red 170 ◦ green 242 ◦ blue 172

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

Shades of Celadon #AAF2AC

Tints of Celadon #AAF2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.44%

 BLUE value IS 172 (67.58% from 255) = 29.45%

R = 29.11%
G = 41.44%
B = 29.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#AAF2AC (or 0xAAF2AC) is known color: Celadon. HEX triplet: AA, F2 and AC. RGB value is (170,242,172). Sum of RGB (Red+Green+Blue) = 170+242+172=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2AC is #550D53. Grayscale: #D4D4D4. Windows color (decimal): -5573972 or 11334314. OLE color: 11334314.

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

Color convert

RGB 170 242 172 -
CMYK 0.30 0 0.29 0.05
HSL 121.67º 0.73% 0.81% -
HSV(B) 121.67º 0.3% 0.95% -
XYZ 55.78 75.03 50.57 -
YUV 212.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 170 242 172 0.30 0 0.29 0.05 121.67 0.73 0.81
Hex AA F2 AC 1E 0 1D 5 7A 49 51
Octal 252 362 254 36 0 35 5 172 111 121
Binary 10101010 11110010 10101100 11110 0 11101 101 1111010 1001001 1010001

Color Harmonies of #AAF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2AC

Black with #AAF2AC

Text Example


Text Example

White with #AAF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2AC; }

 p { color: rgb(170,242,172); }

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

background-color css

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

 a { background-color: rgb(170,242,172); }

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

border-color css

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

 span { border-color: rgb(170,242,172); }

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