Html Css Color HEX #AAF1AA Celadon

📋 copy color: '#AAF1AA'

red 170 ◦ green 241 ◦ blue 170

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

Shades of Celadon #AAF1AA

Tints of Celadon #AAF1AA

RGB

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

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

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

R = 29.26%
G = 41.48%
B = 29.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#AAF1AA (or 0xAAF1AA) is known color: Celadon. HEX triplet: AA, F1 and AA. RGB value is (170,241,170). Sum of RGB (Red+Green+Blue) = 170+241+170=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1AA is #550E55. Grayscale: #D3D3D3. Windows color (decimal): -5574230 or 11202986. OLE color: 11202986.

HSL color Cylindrical-coordinate representation of color #AAF1AA: hue angle of 120º 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 #AAF1AA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 241 170 -
CMYK 0.29 0 0.29 0.05
HSL 120º 0.72% 0.81% -
HSV(B) 120º 0.29% 0.95% -
XYZ 55.29 74.36 49.47 -
YUV 211.68 104.48 98.27 -
System Red Green Blue C M Y K H S L
Decimal 170 241 170 0.29 0 0.29 0.05 120 0.72 0.81
Hex AA F1 AA 1D 0 1D 5 78 48 51
Octal 252 361 252 35 0 35 5 170 110 121
Binary 10101010 11110001 10101010 11101 0 11101 101 1111000 1001000 1010001

Color Harmonies of #AAF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1AA

Black with #AAF1AA

Text Example


Text Example

White with #AAF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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