#ACF2B1

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

Shades of Celadon #ACF2B1

Tints of Celadon #ACF2B1

Color information

#ACF2B1 (or 0xACF2B1) is unknown color: approx Celadon. HEX triplet: AC, F2 and B1. RGB value is (172,242,177). Sum of RGB (Red+Green+Blue) = 172+242+177=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2B1 is #530D4E. Grayscale: #D5D5D5. Windows color (decimal): -5442895 or 11661996. OLE color: 11661996.

HSL color Cylindrical-coordinate representation of color #ACF2B1: hue angle of 124.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2B1 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB172242177-
CMYK0.2900.270.05
HSL124.29º72.92%81.18%-
HSV(B)124.29º28.93%94.9%-
XYZ56.775.4553.17-
YUV213.66107.3198.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 242 (94.92% from 255) = 40.95%
BLUE value IS 177 (69.53% from 255) = 29.95%
R=29.10%
G=40.95%
B=29.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421770.2900.270.05124.2972.9281.18
HexACF2B11D01B57c4951
Octal254362261350335174111121
Binary10101100111100101011000111101011011101111110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2B1; }

 p { color: rgb(172,242,177); }

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

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

 a { background-color: rgb(172,242,177); }

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

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

 span { border-color: rgb(172,242,177); }

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