Html Css Color HEX #ACF0AC Celadon

📋 copy color: '#ACF0AC'

red 172 ◦ green 240 ◦ blue 172

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

Shades of Celadon #ACF0AC

Tints of Celadon #ACF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.1%

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

R = 29.45%
G = 41.1%
B = 29.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#ACF0AC (or 0xACF0AC) is known color: Celadon. HEX triplet: AC, F0 and AC. RGB value is (172,240,172). Sum of RGB (Red+Green+Blue) = 172+240+172=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AC is #530F53. Grayscale: #D4D4D4. Windows color (decimal): -5443412 or 11333804. OLE color: 11333804.

HSL color Cylindrical-coordinate representation of color #ACF0AC: hue angle of 120º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0AC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 172 -
CMYK 0.28 0 0.28 0.06
HSL 120º 0.69% 0.81% -
HSV(B) 120º 0.28% 0.94% -
XYZ 55.62 74.07 50.4 -
YUV 211.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 172 240 172 0.28 0 0.28 0.06 120 0.69 0.81
Hex AC F0 AC 1C 0 1C 6 78 45 51
Octal 254 360 254 34 0 34 6 170 105 121
Binary 10101100 11110000 10101100 11100 0 11100 110 1111000 1000101 1010001

Color Harmonies of #ACF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0AC

Black with #ACF0AC

Text Example


Text Example

White with #ACF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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