Html Css Color HEX #AAF9AC Celadon

📋 copy color: '#AAF9AC'

red 170 ◦ green 249 ◦ blue 172

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

Shades of Celadon #AAF9AC

Tints of Celadon #AAF9AC

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.13%

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

R = 28.76%
G = 42.13%
B = 29.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#AAF9AC (or 0xAAF9AC) is known color: Celadon. HEX triplet: AA, F9 and AC. RGB value is (170,249,172). Sum of RGB (Red+Green+Blue) = 170+249+172=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF9AC is #550653. Grayscale: #D8D8D8. Windows color (decimal): -5572180 or 11336106. OLE color: 11336106.

HSL color Cylindrical-coordinate representation of color #AAF9AC: hue angle of 121.52º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9AC is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 172 -
CMYK 0.32 0 0.31 0.02
HSL 121.52º 0.87% 0.82% -
HSV(B) 121.52º 0.32% 0.98% -
XYZ 57.9 79.28 51.28 -
YUV 216.6 102.83 94.76 -
System Red Green Blue C M Y K H S L
Decimal 170 249 172 0.32 0 0.31 0.02 121.52 0.87 0.82
Hex AA F9 AC 20 0 1F 2 7A 57 52
Octal 252 371 254 40 0 37 2 172 127 122
Binary 10101010 11111001 10101100 100000 0 11111 10 1111010 1010111 1010010

Color Harmonies of #AAF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9AC

Black with #AAF9AC

Text Example


Text Example

White with #AAF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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