Html Css Color HEX #ACF6AC Celadon

📋 copy color: '#ACF6AC'

red 172 ◦ green 246 ◦ blue 172

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

Shades of Celadon #ACF6AC

Tints of Celadon #ACF6AC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.69%

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

R = 29.15%
G = 41.69%
B = 29.15%

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

#ACF6AC (or 0xACF6AC) is known color: Celadon. HEX triplet: AC, F6 and AC. RGB value is (172,246,172). Sum of RGB (Red+Green+Blue) = 172+246+172=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AC is #530953. Grayscale: #D7D7D7. Windows color (decimal): -5441876 or 11335340. OLE color: 11335340.

HSL color Cylindrical-coordinate representation of color #ACF6AC: hue angle of 120º degrees, saturation: 0.8, 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 #ACF6AC is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 172 -
CMYK 0.30 0 0.30 0.04
HSL 120º 0.8% 0.82% -
HSV(B) 120º 0.3% 0.96% -
XYZ 57.42 77.66 50.99 -
YUV 215.44 103.48 97.02 -
System Red Green Blue C M Y K H S L
Decimal 172 246 172 0.30 0 0.30 0.04 120 0.8 0.82
Hex AC F6 AC 1E 0 1E 4 78 50 52
Octal 254 366 254 36 0 36 4 170 120 122
Binary 10101100 11110110 10101100 11110 0 11110 100 1111000 1010000 1010010

Color Harmonies of #ACF6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6AC

Black with #ACF6AC

Text Example


Text Example

White with #ACF6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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