Html Css Color HEX #A9DBAE Celadon

📋 copy color: '#A9DBAE'

red 169 ◦ green 219 ◦ blue 174

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

Shades of Celadon #A9DBAE

Tints of Celadon #A9DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.96%

R = 30.07%
G = 38.97%
B = 30.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#A9DBAE (or 0xA9DBAE) is known color: Celadon. HEX triplet: A9, DB and AE. RGB value is (169,219,174). Sum of RGB (Red+Green+Blue) = 169+219+174=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBAE is #562451. Grayscale: #C7C7C7. Windows color (decimal): -5645394 or 11459497. OLE color: 11459497.

HSL color Cylindrical-coordinate representation of color #A9DBAE: hue angle of 126º 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 #A9DBAE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 219 174 -
CMYK 0.23 0 0.21 0.14
HSL 126º 0.41% 0.76% -
HSV(B) 126º 0.23% 0.86% -
XYZ 49.33 62.15 49.44 -
YUV 198.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 169 219 174 0.23 0 0.21 0.14 126 0.41 0.76
Hex A9 DB AE 17 0 15 E 7E 29 4C
Octal 251 333 256 27 0 25 16 176 51 114
Binary 10101001 11011011 10101110 10111 0 10101 1110 1111110 101001 1001100

Color Harmonies of #A9DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DBAE

Black with #A9DBAE

Text Example


Text Example

White with #A9DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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