#ACFEAE

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

Shades of Celadon #ACFEAE

Tints of Celadon #ACFEAE

Color information

#ACFEAE (or 0xACFEAE) is unknown color: approx Celadon. HEX triplet: AC, FE and AE. RGB value is (172,254,174). Sum of RGB (Red+Green+Blue) = 172+254+174=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFEAE is #530151. Grayscale: #DCDCDC. Windows color (decimal): -5439826 or 11468460. OLE color: 11468460.

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

Color convert

RGB172254174-
CMYK0.3200.310.00
HSL121.46º97.62%83.53%-
HSV(B)121.46º32.28%99.61%-
XYZ60.182.7152.84-
YUV220.36101.8393.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 254 (99.61% from 255) = 42.33%
BLUE value IS 174 (68.36% from 255) = 29%
R=28.67%
G=42.33%
B=29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722541740.3200.310.00121.4697.6283.53
HexACFEAE2001F0796254
Octal254376256400370171142124
Binary1010110011111110101011101000000111110111100111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEAE; }

 p { color: rgb(172,254,174); }

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

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

 a { background-color: rgb(172,254,174); }

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

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

 span { border-color: rgb(172,254,174); }

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