Html Css Color HEX #ACFEB0 Celadon

📋 copy color: '#ACFEB0'

red 172 ◦ green 254 ◦ blue 176

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

Shades of Celadon #ACFEB0

Tints of Celadon #ACFEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.19%

 BLUE value IS 176 (69.14% from 255) = 29.24%

R = 28.57%
G = 42.19%
B = 29.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#ACFEB0 (or 0xACFEB0) is known color: Celadon. HEX triplet: AC, FE and B0. RGB value is (172,254,176). Sum of RGB (Red+Green+Blue) = 172+254+176=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFEB0 is #53014F. Grayscale: #DCDCDC. Windows color (decimal): -5439824 or 11599532. OLE color: 11599532.

HSL color Cylindrical-coordinate representation of color #ACFEB0: hue angle of 122.93º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEB0 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 176 -
CMYK 0.32 0 0.31 0.00
HSL 122.93º 0.98% 0.84% -
HSV(B) 122.93º 0.32% 1% -
XYZ 60.29 82.79 53.88 -
YUV 220.59 102.83 93.34 -
System Red Green Blue C M Y K H S L
Decimal 172 254 176 0.32 0 0.31 0.00 122.93 0.98 0.84
Hex AC FE B0 20 0 1F 0 7B 62 54
Octal 254 376 260 40 0 37 0 173 142 124
Binary 10101100 11111110 10110000 100000 0 11111 0 1111011 1100010 1010100

Color Harmonies of #ACFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEB0

Black with #ACFEB0

Text Example


Text Example

White with #ACFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEB0; }

 p { color: rgb(172,254,176); }

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

background-color css

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

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

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

border-color css

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

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

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