Html Css Color HEX #A5DCAC Celadon

📋 copy color: '#A5DCAC'

red 165 ◦ green 220 ◦ blue 172

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

Shades of Celadon #A5DCAC

Tints of Celadon #A5DCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.88%

R = 29.62%
G = 39.5%
B = 30.88%

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

#A5DCAC (or 0xA5DCAC) is known color: Celadon. HEX triplet: A5, DC and AC. RGB value is (165,220,172). Sum of RGB (Red+Green+Blue) = 165+220+172=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #A5DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5DCAC is #5A2353. Grayscale: #C6C6C6. Windows color (decimal): -5907284 or 11328677. OLE color: 11328677.

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

Color convert

RGB 165 220 172 -
CMYK 0.25 0 0.22 0.14
HSL 127.64º 0.44% 0.75% -
HSV(B) 127.64º 0.25% 0.86% -
XYZ 48.56 62.16 48.47 -
YUV 198.08 113.28 104.4 -
System Red Green Blue C M Y K H S L
Decimal 165 220 172 0.25 0 0.22 0.14 127.64 0.44 0.75
Hex A5 DC AC 19 0 16 E 80 2C 4B
Octal 245 334 254 31 0 26 16 200 54 113
Binary 10100101 11011100 10101100 11001 0 10110 1110 10000000 101100 1001011

Color Harmonies of #A5DCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCAC

Black with #A5DCAC

Text Example


Text Example

White with #A5DCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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