Html Css Color HEX #ACF0AD Celadon

📋 copy color: '#ACF0AD'

red 172 ◦ green 240 ◦ blue 173

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

Shades of Celadon #ACF0AD

Tints of Celadon #ACF0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.03%

 BLUE value IS 173 (67.97% from 255) = 29.57%

R = 29.4%
G = 41.03%
B = 29.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#ACF0AD (or 0xACF0AD) is known color: Celadon. HEX triplet: AC, F0 and AD. RGB value is (172,240,173). Sum of RGB (Red+Green+Blue) = 172+240+173=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 240 (94.14% from 255 or 41.03% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AD is #530F52. Grayscale: #D4D4D4. Windows color (decimal): -5443411 or 11399340. OLE color: 11399340.

HSL color Cylindrical-coordinate representation of color #ACF0AD: hue angle of 120.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0AD is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 173 -
CMYK 0.28 0 0.28 0.06
HSL 120.88º 0.69% 0.81% -
HSV(B) 120.88º 0.28% 0.94% -
XYZ 55.72 74.11 50.9 -
YUV 212.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 172 240 173 0.28 0 0.28 0.06 120.88 0.69 0.81
Hex AC F0 AD 1C 0 1C 6 79 45 51
Octal 254 360 255 34 0 34 6 171 105 121
Binary 10101100 11110000 10101101 11100 0 11100 110 1111001 1000101 1010001

Color Harmonies of #ACF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0AD

Black with #ACF0AD

Text Example


Text Example

White with #ACF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0AD; }

 p { color: rgb(172,240,173); }

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

background-color css

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

 a { background-color: rgb(172,240,173); }

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

border-color css

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

 span { border-color: rgb(172,240,173); }

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