Html Css Color HEX #ACD9AF Celadon

📋 copy color: '#ACD9AF'

red 172 ◦ green 217 ◦ blue 175

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

Shades of Celadon #ACD9AF

Tints of Celadon #ACD9AF

RGB

 RED value IS 172 (67.58% from 255) = 30.5%

 GREEN value IS 217 (85.16% from 255) = 38.48%

 BLUE value IS 175 (68.75% from 255) = 31.03%

R = 30.5%
G = 38.48%
B = 31.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#ACD9AF (or 0xACD9AF) is known color: Celadon. HEX triplet: AC, D9 and AF. RGB value is (172,217,175). Sum of RGB (Red+Green+Blue) = 172+217+175=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD9AF is #532650. Grayscale: #C6C6C6. Windows color (decimal): -5449297 or 11524524. OLE color: 11524524.

HSL color Cylindrical-coordinate representation of color #ACD9AF: hue angle of 124º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD9AF is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 217 175 -
CMYK 0.21 0 0.19 0.15
HSL 124º 0.37% 0.76% -
HSV(B) 124º 0.21% 0.85% -
XYZ 49.56 61.49 49.81 -
YUV 198.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 172 217 175 0.21 0 0.19 0.15 124 0.37 0.76
Hex AC D9 AF 15 0 13 F 7C 25 4C
Octal 254 331 257 25 0 23 17 174 45 114
Binary 10101100 11011001 10101111 10101 0 10011 1111 1111100 100101 1001100

Color Harmonies of #ACD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD9AF

Black with #ACD9AF

Text Example


Text Example

White with #ACD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD9AF; }

 p { color: rgb(172,217,175); }

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

background-color css

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

 a { background-color: rgb(172,217,175); }

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

border-color css

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

 span { border-color: rgb(172,217,175); }

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