#ACFFB1

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

Shades of Celadon #ACFFB1

Tints of Celadon #ACFFB1

Color information

#ACFFB1 (or 0xACFFB1) is unknown color: approx Celadon. HEX triplet: AC, FF and B1. RGB value is (172,255,177). Sum of RGB (Red+Green+Blue) = 172+255+177=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFB1 is #53004E. Grayscale: #DDDDDD. Windows color (decimal): -5439567 or 11665324. OLE color: 11665324.

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

Color convert

RGB172255177-
CMYK0.3300.310
HSL123.61º100%83.73%-
HSV(B)123.61º32.55%100%-
XYZ60.7183.4654.51-
YUV221.2910392.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 255 (100% from 255) = 42.22%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=28.48%
G=42.22%
B=29.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551770.3300.310123.6110083.73
HexACFFB12101F07c6454
Octal254377261410370174144124
Binary1010110011111111101100011000010111110111110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFB1; }

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

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

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

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

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

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

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

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