Html Css Color HEX #ACFFB8 Fringy Flower

📋 copy color: '#ACFFB8'

red 172 ◦ green 255 ◦ blue 184

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

Shades of Fringy Flower #ACFFB8

Tints of Fringy Flower #ACFFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.11%

R = 28.15%
G = 41.73%
B = 30.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#ACFFB8 (or 0xACFFB8) is known color: Fringy Flower. HEX triplet: AC, FF and B8. RGB value is (172,255,184). Sum of RGB (Red+Green+Blue) = 172+255+184=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFB8 is #530047. Grayscale: #DEDEDE. Windows color (decimal): -5439560 or 12124076. OLE color: 12124076.

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

Color convert

RGB 172 255 184 -
CMYK 0.33 0 0.28 0
HSL 128.67º 1% 0.84% -
HSV(B) 128.67º 0.33% 1% -
XYZ 61.42 83.75 58.28 -
YUV 222.09 106.5 92.27 -
System Red Green Blue C M Y K H S L
Decimal 172 255 184 0.33 0 0.28 0 128.67 1 0.84
Hex AC FF B8 21 0 1C 0 81 64 54
Octal 254 377 270 41 0 34 0 201 144 124
Binary 10101100 11111111 10111000 100001 0 11100 0 10000001 1100100 1010100

Color Harmonies of #ACFFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFB8

Black with #ACFFB8

Text Example


Text Example

White with #ACFFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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