#ACF0AF

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

Shades of Celadon #ACF0AF

Tints of Celadon #ACF0AF

Color information

#ACF0AF (or 0xACF0AF) is unknown color: approx Celadon. HEX triplet: AC, F0 and AF. RGB value is (172,240,175). Sum of RGB (Red+Green+Blue) = 172+240+175=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AF is #530F50. Grayscale: #D4D4D4. Windows color (decimal): -5443409 or 11530412. OLE color: 11530412.

HSL color Cylindrical-coordinate representation of color #ACF0AF: hue angle of 122.65º 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 #ACF0AF is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB172240175-
CMYK0.2800.270.06
HSL122.65º69.39%80.78%-
HSV(B)122.65º28.33%94.12%-
XYZ55.9174.1951.93-
YUV212.26106.9799.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 240 (94.14% from 255) = 40.89%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=29.30%
G=40.89%
B=29.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401750.2800.270.06122.6569.3980.78
HexACF0AF1C01B67b4551
Octal254360257340336173105121
Binary10101100111100001010111111100011011110111101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0AF; }

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

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

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

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

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

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

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

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