Html Css Color HEX #ACF0AB Celadon

📋 copy color: '#ACF0AB'

red 172 ◦ green 240 ◦ blue 171

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

Shades of Celadon #ACF0AB

Tints of Celadon #ACF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 29.5%
G = 41.17%
B = 29.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#ACF0AB (or 0xACF0AB) is known color: Celadon. HEX triplet: AC, F0 and AB. RGB value is (172,240,171). Sum of RGB (Red+Green+Blue) = 172+240+171=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AB is #530F54. Grayscale: #D4D4D4. Windows color (decimal): -5443413 or 11268268. OLE color: 11268268.

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

Color convert

RGB 172 240 171 -
CMYK 0.28 0 0.29 0.06
HSL 119.13º 0.7% 0.81% -
HSV(B) 119.13º 0.29% 0.94% -
XYZ 55.52 74.03 49.89 -
YUV 211.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 172 240 171 0.28 0 0.29 0.06 119.13 0.7 0.81
Hex AC F0 AB 1C 0 1D 6 77 46 51
Octal 254 360 253 34 0 35 6 167 106 121
Binary 10101100 11110000 10101011 11100 0 11101 110 1110111 1000110 1010001

Color Harmonies of #ACF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0AB

Black with #ACF0AB

Text Example


Text Example

White with #ACF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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