Html Css Color HEX #ACFFB0 Celadon

📋 copy color: '#ACFFB0'

red 172 ◦ green 255 ◦ blue 176

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

Shades of Celadon #ACFFB0

Tints of Celadon #ACFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 42.29%

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

R = 28.52%
G = 42.29%
B = 29.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#ACFFB0 (or 0xACFFB0) is known color: Celadon. HEX triplet: AC, FF and B0. RGB value is (172,255,176). Sum of RGB (Red+Green+Blue) = 172+255+176=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 176 (69.14% from 255 or 29.19% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFB0 is #53004F. Grayscale: #DDDDDD. Windows color (decimal): -5439568 or 11599788. OLE color: 11599788.

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

Color convert

RGB 172 255 176 -
CMYK 0.33 0 0.31 0
HSL 122.89º 1% 0.84% -
HSV(B) 122.89º 0.33% 1% -
XYZ 60.61 83.43 53.98 -
YUV 221.18 102.5 92.92 -
System Red Green Blue C M Y K H S L
Decimal 172 255 176 0.33 0 0.31 0 122.89 1 0.84
Hex AC FF B0 21 0 1F 0 7B 64 54
Octal 254 377 260 41 0 37 0 173 144 124
Binary 10101100 11111111 10110000 100001 0 11111 0 1111011 1100100 1010100

Color Harmonies of #ACFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFB0

Black with #ACFFB0

Text Example


Text Example

White with #ACFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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