Html Css Color HEX #A9DBAF Celadon

📋 copy color: '#A9DBAF'

red 169 ◦ green 219 ◦ blue 175

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

Shades of Celadon #A9DBAF

Tints of Celadon #A9DBAF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.9%

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 30.02%
G = 38.9%
B = 31.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#A9DBAF (or 0xA9DBAF) is known color: Celadon. HEX triplet: A9, DB and AF. RGB value is (169,219,175). Sum of RGB (Red+Green+Blue) = 169+219+175=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBAF is #562450. Grayscale: #C7C7C7. Windows color (decimal): -5645393 or 11525033. OLE color: 11525033.

HSL color Cylindrical-coordinate representation of color #A9DBAF: hue angle of 127.2º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DBAF is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 175 -
CMYK 0.23 0 0.20 0.14
HSL 127.2º 0.41% 0.76% -
HSV(B) 127.2º 0.23% 0.86% -
XYZ 49.43 62.19 49.96 -
YUV 199.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 169 219 175 0.23 0 0.20 0.14 127.2 0.41 0.76
Hex A9 DB AF 17 0 14 E 7F 29 4C
Octal 251 333 257 27 0 24 16 177 51 114
Binary 10101001 11011011 10101111 10111 0 10100 1110 1111111 101001 1001100

Color Harmonies of #A9DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBAF

Black with #A9DBAF

Text Example


Text Example

White with #A9DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBAF; }

 p { color: rgb(169,219,175); }

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

background-color css

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

 a { background-color: rgb(169,219,175); }

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

border-color css

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

 span { border-color: rgb(169,219,175); }

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