Html Css Color HEX #A9DCB2 Celadon

📋 copy color: '#A9DCB2'

red 169 ◦ green 220 ◦ blue 178

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

Shades of Celadon #A9DCB2

Tints of Celadon #A9DCB2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.8%

 BLUE value IS 178 (69.92% from 255) = 31.39%

R = 29.81%
G = 38.8%
B = 31.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#A9DCB2 (or 0xA9DCB2) is known color: Celadon. HEX triplet: A9, DC and B2. RGB value is (169,220,178). Sum of RGB (Red+Green+Blue) = 169+220+178=567 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.81% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCB2 is #56234D. Grayscale: #C8C8C8. Windows color (decimal): -5645134 or 11721897. OLE color: 11721897.

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

Color convert

RGB 169 220 178 -
CMYK 0.23 0 0.19 0.14
HSL 130.59º 0.42% 0.76% -
HSV(B) 130.59º 0.23% 0.86% -
XYZ 49.99 62.84 51.61 -
YUV 199.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 169 220 178 0.23 0 0.19 0.14 130.59 0.42 0.76
Hex A9 DC B2 17 0 13 E 83 2A 4C
Octal 251 334 262 27 0 23 16 203 52 114
Binary 10101001 11011100 10110010 10111 0 10011 1110 10000011 101010 1001100

Color Harmonies of #A9DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DCB2

Black with #A9DCB2

Text Example


Text Example

White with #A9DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DCB2; }

 p { color: rgb(169,220,178); }

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

background-color css

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

 a { background-color: rgb(169,220,178); }

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

border-color css

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

 span { border-color: rgb(169,220,178); }

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