Html Css Color HEX #ACF4AC Celadon

📋 copy color: '#ACF4AC'

red 172 ◦ green 244 ◦ blue 172

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

Shades of Celadon #ACF4AC

Tints of Celadon #ACF4AC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.5%

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

R = 29.25%
G = 41.5%
B = 29.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#ACF4AC (or 0xACF4AC) is known color: Celadon. HEX triplet: AC, F4 and AC. RGB value is (172,244,172). Sum of RGB (Red+Green+Blue) = 172+244+172=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF4AC is #530B53. Grayscale: #D6D6D6. Windows color (decimal): -5442388 or 11334828. OLE color: 11334828.

HSL color Cylindrical-coordinate representation of color #ACF4AC: hue angle of 120º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4AC is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 172 -
CMYK 0.30 0 0.30 0.04
HSL 120º 0.77% 0.82% -
HSV(B) 120º 0.3% 0.96% -
XYZ 56.81 76.45 50.79 -
YUV 214.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 172 244 172 0.30 0 0.30 0.04 120 0.77 0.82
Hex AC F4 AC 1E 0 1E 4 78 4D 52
Octal 254 364 254 36 0 36 4 170 115 122
Binary 10101100 11110100 10101100 11110 0 11110 100 1111000 1001101 1010010

Color Harmonies of #ACF4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4AC

Black with #ACF4AC

Text Example


Text Example

White with #ACF4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4AC; }

 p { color: rgb(172,244,172); }

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

background-color css

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

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

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

border-color css

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

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

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