Html Css Color HEX #ACF8AE Celadon

📋 copy color: '#ACF8AE'

red 172 ◦ green 248 ◦ blue 174

#ACF8AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #ACF8AE

Tints of Celadon #ACF8AE

RGB

 RED value IS 172 (67.58% from 255) = 28.96%

 GREEN value IS 248 (97.27% from 255) = 41.75%

 BLUE value IS 174 (68.36% from 255) = 29.29%

R = 28.96%
G = 41.75%
B = 29.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#ACF8AE (or 0xACF8AE) is known color: Celadon. HEX triplet: AC, F8 and AE. RGB value is (172,248,174). Sum of RGB (Red+Green+Blue) = 172+248+174=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 174 (68.36% from 255 or 29.29% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AE is #530751. Grayscale: #D9D9D9. Windows color (decimal): -5441362 or 11466924. OLE color: 11466924.

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

Color convert

RGB 172 248 174 -
CMYK 0.31 0 0.30 0.03
HSL 121.58º 0.84% 0.82% -
HSV(B) 121.58º 0.31% 0.97% -
XYZ 58.22 78.96 52.22 -
YUV 216.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 172 248 174 0.31 0 0.30 0.03 121.58 0.84 0.82
Hex AC F8 AE 1F 0 1E 3 7A 54 52
Octal 254 370 256 37 0 36 3 172 124 122
Binary 10101100 11111000 10101110 11111 0 11110 11 1111010 1010100 1010010

Color Harmonies of #ACF8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8AE

Black with #ACF8AE

Text Example


Text Example

White with #ACF8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8AE; }

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

 H1.HeaderClassName
 {
   color: #ACF8AE;
 }
 .AnyTagClassName
 {
   color: #ACF8AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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