Html Css Color HEX #ACF2B1 Celadon

📋 copy color: '#ACF2B1'

red 172 ◦ green 242 ◦ blue 177

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

Shades of Celadon #ACF2B1

Tints of Celadon #ACF2B1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.95%

 BLUE value IS 177 (69.53% from 255) = 29.95%

R = 29.1%
G = 40.95%
B = 29.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#ACF2B1 (or 0xACF2B1) is known color: Celadon. HEX triplet: AC, F2 and B1. RGB value is (172,242,177). Sum of RGB (Red+Green+Blue) = 172+242+177=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 242 (94.92% from 255 or 40.95% from 591); Blue value is 177 (69.53% from 255 or 29.95% from 591); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2B1 is #530D4E. Grayscale: #D5D5D5. Windows color (decimal): -5442895 or 11661996. OLE color: 11661996.

HSL color Cylindrical-coordinate representation of color #ACF2B1: hue angle of 124.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2B1 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 177 -
CMYK 0.29 0 0.27 0.05
HSL 124.29º 0.73% 0.81% -
HSV(B) 124.29º 0.29% 0.95% -
XYZ 56.7 75.45 53.17 -
YUV 213.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 172 242 177 0.29 0 0.27 0.05 124.29 0.73 0.81
Hex AC F2 B1 1D 0 1B 5 7C 49 51
Octal 254 362 261 35 0 33 5 174 111 121
Binary 10101100 11110010 10110001 11101 0 11011 101 1111100 1001001 1010001

Color Harmonies of #ACF2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2B1

Black with #ACF2B1

Text Example


Text Example

White with #ACF2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2B1; }

 p { color: rgb(172,242,177); }

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

background-color css

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

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

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

border-color css

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

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

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