Html Css Color HEX #A9F0AA Celadon

📋 copy color: '#A9F0AA'

red 169 ◦ green 240 ◦ blue 170

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

Shades of Celadon #A9F0AA

Tints of Celadon #A9F0AA

RGB

 RED value IS 169 (66.41% from 255) = 29.19%

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 29.19%
G = 41.45%
B = 29.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#A9F0AA (or 0xA9F0AA) is known color: Celadon. HEX triplet: A9, F0 and AA. RGB value is (169,240,170). Sum of RGB (Red+Green+Blue) = 169+240+170=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9F0AA is #560F55. Grayscale: #D2D2D2. Windows color (decimal): -5640022 or 11202729. OLE color: 11202729.

HSL color Cylindrical-coordinate representation of color #A9F0AA: hue angle of 120.85º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0AA is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 240 170 -
CMYK 0.30 0 0.29 0.06
HSL 120.85º 0.7% 0.8% -
HSV(B) 120.85º 0.3% 0.94% -
XYZ 54.78 73.66 49.36 -
YUV 210.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 169 240 170 0.30 0 0.29 0.06 120.85 0.7 0.8
Hex A9 F0 AA 1E 0 1D 6 79 46 50
Octal 251 360 252 36 0 35 6 171 106 120
Binary 10101001 11110000 10101010 11110 0 11101 110 1111001 1000110 1010000

Color Harmonies of #A9F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9F0AA

Black with #A9F0AA

Text Example


Text Example

White with #A9F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9F0AA; }

 p { color: rgb(169,240,170); }

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

background-color css

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

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

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

border-color css

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

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

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