Html Css Color HEX #ACF8AA Celadon

📋 copy color: '#ACF8AA'

red 172 ◦ green 248 ◦ blue 170

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

Shades of Celadon #ACF8AA

Tints of Celadon #ACF8AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.81%

R = 29.15%
G = 42.03%
B = 28.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#ACF8AA (or 0xACF8AA) is known color: Celadon. HEX triplet: AC, F8 and AA. RGB value is (172,248,170). Sum of RGB (Red+Green+Blue) = 172+248+170=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AA is #530755. Grayscale: #D8D8D8. Windows color (decimal): -5441366 or 11204780. OLE color: 11204780.

HSL color Cylindrical-coordinate representation of color #ACF8AA: hue angle of 118.46º degrees, saturation: 0.85, 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 #ACF8AA is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 170 -
CMYK 0.31 0 0.31 0.03
HSL 118.46º 0.85% 0.82% -
HSV(B) 118.46º 0.31% 0.97% -
XYZ 57.84 78.81 50.19 -
YUV 216.38 101.82 96.34 -
System Red Green Blue C M Y K H S L
Decimal 172 248 170 0.31 0 0.31 0.03 118.46 0.85 0.82
Hex AC F8 AA 1F 0 1F 3 76 55 52
Octal 254 370 252 37 0 37 3 166 125 122
Binary 10101100 11111000 10101010 11111 0 11111 11 1110110 1010101 1010010

Color Harmonies of #ACF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8AA

Black with #ACF8AA

Text Example


Text Example

White with #ACF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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