#ACF2B0

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

Shades of Celadon #ACF2B0

Tints of Celadon #ACF2B0

Color information

#ACF2B0 (or 0xACF2B0) is unknown color: approx Celadon. HEX triplet: AC, F2 and B0. RGB value is (172,242,176). Sum of RGB (Red+Green+Blue) = 172+242+176=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2B0 is #530D4F. Grayscale: #D5D5D5. Windows color (decimal): -5442896 or 11596460. OLE color: 11596460.

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

Color convert

RGB172242176-
CMYK0.2900.270.05
HSL123.43º72.92%81.18%-
HSV(B)123.43º28.93%94.9%-
XYZ56.675.4152.65-
YUV213.55106.8198.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 242 (94.92% from 255) = 41.02%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=29.15%
G=41.02%
B=29.83%

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
Decimal1722421760.2900.270.05123.4372.9281.18
HexACF2B01D01B57b4951
Octal254362260350335173111121
Binary10101100111100101011000011101011011101111101110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2B0; }

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

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

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

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

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

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

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

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