Html Css Color HEX #A5DCA9 Celadon

📋 copy color: '#A5DCA9'

red 165 ◦ green 220 ◦ blue 169

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

Shades of Celadon #A5DCA9

Tints of Celadon #A5DCA9

RGB

 RED value IS 165 (64.84% from 255) = 29.78%

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

 BLUE value IS 169 (66.41% from 255) = 30.51%

R = 29.78%
G = 39.71%
B = 30.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#A5DCA9 (or 0xA5DCA9) is known color: Celadon. HEX triplet: A5, DC and A9. RGB value is (165,220,169). Sum of RGB (Red+Green+Blue) = 165+220+169=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCA9 is #5A2356. Grayscale: #C5C5C5. Windows color (decimal): -5907287 or 11132069. OLE color: 11132069.

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

Color convert

RGB 165 220 169 -
CMYK 0.25 0 0.23 0.14
HSL 124.36º 0.44% 0.75% -
HSV(B) 124.36º 0.25% 0.86% -
XYZ 48.27 62.05 46.97 -
YUV 197.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 165 220 169 0.25 0 0.23 0.14 124.36 0.44 0.75
Hex A5 DC A9 19 0 17 E 7C 2C 4B
Octal 245 334 251 31 0 27 16 174 54 113
Binary 10100101 11011100 10101001 11001 0 10111 1110 1111100 101100 1001011

Color Harmonies of #A5DCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCA9

Black with #A5DCA9

Text Example


Text Example

White with #A5DCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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