Html Css Color HEX #ACF8A8 Celadon

📋 copy color: '#ACF8A8'

red 172 ◦ green 248 ◦ blue 168

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

Shades of Celadon #ACF8A8

Tints of Celadon #ACF8A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.57%

R = 29.25%
G = 42.18%
B = 28.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#ACF8A8 (or 0xACF8A8) is known color: Celadon. HEX triplet: AC, F8 and A8. RGB value is (172,248,168). Sum of RGB (Red+Green+Blue) = 172+248+168=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 248 (97.27% from 255 or 42.18% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8A8 is #530757. Grayscale: #D8D8D8. Windows color (decimal): -5441368 or 11073708. OLE color: 11073708.

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

Color convert

RGB 172 248 168 -
CMYK 0.31 0 0.32 0.03
HSL 117º 0.85% 0.82% -
HSV(B) 117º 0.32% 0.97% -
XYZ 57.65 78.73 49.2 -
YUV 216.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 172 248 168 0.31 0 0.32 0.03 117 0.85 0.82
Hex AC F8 A8 1F 0 20 3 75 55 52
Octal 254 370 250 37 0 40 3 165 125 122
Binary 10101100 11111000 10101000 11111 0 100000 11 1110101 1010101 1010010

Color Harmonies of #ACF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8A8

Black with #ACF8A8

Text Example


Text Example

White with #ACF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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