Html Css Color HEX #ACFFB2 Celadon

📋 copy color: '#ACFFB2'

red 172 ◦ green 255 ◦ blue 178

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

Shades of Celadon #ACFFB2

Tints of Celadon #ACFFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.42%

R = 28.43%
G = 42.15%
B = 29.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#ACFFB2 (or 0xACFFB2) is known color: Celadon. HEX triplet: AC, FF and B2. RGB value is (172,255,178). Sum of RGB (Red+Green+Blue) = 172+255+178=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFFB2 is #53004D. Grayscale: #DDDDDD. Windows color (decimal): -5439566 or 11730860. OLE color: 11730860.

HSL color Cylindrical-coordinate representation of color #ACFFB2: hue angle of 124.34º 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 #ACFFB2 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 178 -
CMYK 0.33 0 0.30 0
HSL 124.34º 1% 0.84% -
HSV(B) 124.34º 0.33% 1% -
XYZ 60.81 83.51 55.03 -
YUV 221.41 103.5 92.76 -
System Red Green Blue C M Y K H S L
Decimal 172 255 178 0.33 0 0.30 0 124.34 1 0.84
Hex AC FF B2 21 0 1E 0 7C 64 54
Octal 254 377 262 41 0 36 0 174 144 124
Binary 10101100 11111111 10110010 100001 0 11110 0 1111100 1100100 1010100

Color Harmonies of #ACFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFB2

Black with #ACFFB2

Text Example


Text Example

White with #ACFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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