#ACF8AF

Color #ACF8AF Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ACF8AF

Tints of Celadon #ACF8AF

Color information

#ACF8AF (or 0xACF8AF) is unknown color: approx Celadon. HEX triplet: AC, F8 and AF. RGB value is (172,248,175). Sum of RGB (Red+Green+Blue) = 172+248+175=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AF is #530750. Grayscale: #D9D9D9. Windows color (decimal): -5441361 or 11532460. OLE color: 11532460.

HSL color Cylindrical-coordinate representation of color #ACF8AF: hue angle of 122.37º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8AF is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB172248175-
CMYK0.3100.290.03
HSL122.37º84.44%82.35%-
HSV(B)122.37º30.65%97.25%-
XYZ58.327952.73-
YUV216.95104.3295.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.91%
GREEN value IS 248 (97.27% from 255) = 41.68%
BLUE value IS 175 (68.75% from 255) = 29.41%
R=28.91%
G=41.68%
B=29.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481750.3100.290.03122.3784.4482.35
HexACF8AF1F01D37a5452
Octal254370257370353172124122
Binary1010110011111000101011111111101110111111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8AF; }

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

 H1.HeaderClassName
 {
   color: #ACF8AF;
 }
 .AnyTagClassName
 {
   color: #ACF8AF;
 }
</style>
background-color css

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

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

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

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

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

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