#ACF1B0

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

Shades of Celadon #ACF1B0

Tints of Celadon #ACF1B0

Color information

#ACF1B0 (or 0xACF1B0) is unknown color: approx Celadon. HEX triplet: AC, F1 and B0. RGB value is (172,241,176). Sum of RGB (Red+Green+Blue) = 172+241+176=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1B0 is #530E4F. Grayscale: #D5D5D5. Windows color (decimal): -5443152 or 11596204. OLE color: 11596204.

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

Color convert

RGB172241176-
CMYK0.2900.270.05
HSL123.48º71.13%80.98%-
HSV(B)123.48º28.63%94.51%-
XYZ56.3174.8252.55-
YUV212.96107.1498.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 241 (94.53% from 255) = 40.92%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=29.20%
G=40.92%
B=29.88%

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
Decimal1722411760.2900.270.05123.4871.1380.98
HexACF1B01D01B57b4751
Octal254361260350335173107121
Binary10101100111100011011000011101011011101111101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF1B0; }

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

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

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

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

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

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

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

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