#ACFFB4

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

Shades of Celadon #ACFFB4

Tints of Celadon #ACFFB4

Color information

#ACFFB4 (or 0xACFFB4) is unknown color: approx Celadon. HEX triplet: AC, FF and B4. RGB value is (172,255,180). Sum of RGB (Red+Green+Blue) = 172+255+180=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFB4 is #53004B. Grayscale: #DDDDDD. Windows color (decimal): -5439564 or 11861932. OLE color: 11861932.

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

Color convert

RGB172255180-
CMYK0.3300.290
HSL125.78º100%83.73%-
HSV(B)125.78º32.55%100%-
XYZ61.0183.5956.1-
YUV221.63104.592.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 255 (100% from 255) = 42.01%
BLUE value IS 180 (70.70% from 255) = 29.65%
R=28.34%
G=42.01%
B=29.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722551800.3300.290125.7810083.73
HexACFFB42101D07e6454
Octal254377264410350176144124
Binary1010110011111111101101001000010111010111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFB4; }

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

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

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

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

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

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

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

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