Html Css Color HEX #ACF5AB Celadon

📋 copy color: '#ACF5AB'

red 172 ◦ green 245 ◦ blue 171

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

Shades of Celadon #ACF5AB

Tints of Celadon #ACF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.67%

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

R = 29.25%
G = 41.67%
B = 29.08%

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

#ACF5AB (or 0xACF5AB) is known color: Celadon. HEX triplet: AC, F5 and AB. RGB value is (172,245,171). Sum of RGB (Red+Green+Blue) = 172+245+171=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5AB is #530A54. Grayscale: #D6D6D6. Windows color (decimal): -5442133 or 11269548. OLE color: 11269548.

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

Color convert

RGB 172 245 171 -
CMYK 0.30 0 0.30 0.04
HSL 119.19º 0.79% 0.82% -
HSV(B) 119.19º 0.3% 0.96% -
XYZ 57.02 77.02 50.39 -
YUV 214.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 172 245 171 0.30 0 0.30 0.04 119.19 0.79 0.82
Hex AC F5 AB 1E 0 1E 4 77 4F 52
Octal 254 365 253 36 0 36 4 167 117 122
Binary 10101100 11110101 10101011 11110 0 11110 100 1110111 1001111 1010010

Color Harmonies of #ACF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5AB

Black with #ACF5AB

Text Example


Text Example

White with #ACF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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