Html Css Color HEX #A5DCAB Celadon

📋 copy color: '#A5DCAB'

red 165 ◦ green 220 ◦ blue 171

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

Shades of Celadon #A5DCAB

Tints of Celadon #A5DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 29.68%
G = 39.57%
B = 30.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A5DCAB (or 0xA5DCAB) is known color: Celadon. HEX triplet: A5, DC and AB. RGB value is (165,220,171). Sum of RGB (Red+Green+Blue) = 165+220+171=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCAB is #5A2354. Grayscale: #C6C6C6. Windows color (decimal): -5907285 or 11263141. OLE color: 11263141.

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

Color convert

RGB 165 220 171 -
CMYK 0.25 0 0.22 0.14
HSL 126.55º 0.44% 0.75% -
HSV(B) 126.55º 0.25% 0.86% -
XYZ 48.46 62.13 47.97 -
YUV 197.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 165 220 171 0.25 0 0.22 0.14 126.55 0.44 0.75
Hex A5 DC AB 19 0 16 E 7F 2C 4B
Octal 245 334 253 31 0 26 16 177 54 113
Binary 10100101 11011100 10101011 11001 0 10110 1110 1111111 101100 1001011

Color Harmonies of #A5DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCAB

Black with #A5DCAB

Text Example


Text Example

White with #A5DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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