Html Css Color HEX #AAF4A7 Celadon

📋 copy color: '#AAF4A7'

red 170 ◦ green 244 ◦ blue 167

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

Shades of Celadon #AAF4A7

Tints of Celadon #AAF4A7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42%

 BLUE value IS 167 (65.63% from 255) = 28.74%

R = 29.26%
G = 42%
B = 28.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#AAF4A7 (or 0xAAF4A7) is known color: Celadon. HEX triplet: AA, F4 and A7. RGB value is (170,244,167). Sum of RGB (Red+Green+Blue) = 170+244+167=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF4A7 is #550B58. Grayscale: #D5D5D5. Windows color (decimal): -5573465 or 11007146. OLE color: 11007146.

HSL color Cylindrical-coordinate representation of color #AAF4A7: hue angle of 117.66º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF4A7 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 167 -
CMYK 0.30 0 0.32 0.04
HSL 117.66º 0.78% 0.81% -
HSV(B) 117.66º 0.32% 0.96% -
XYZ 55.9 76.04 48.29 -
YUV 213.1 101.98 97.26 -
System Red Green Blue C M Y K H S L
Decimal 170 244 167 0.30 0 0.32 0.04 117.66 0.78 0.81
Hex AA F4 A7 1E 0 20 4 76 4E 51
Octal 252 364 247 36 0 40 4 166 116 121
Binary 10101010 11110100 10100111 11110 0 100000 100 1110110 1001110 1010001

Color Harmonies of #AAF4A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4A7

Black with #AAF4A7

Text Example


Text Example

White with #AAF4A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4A7; }

 p { color: rgb(170,244,167); }

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

background-color css

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

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

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

border-color css

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

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

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