Html Css Color HEX #ACFFB7 Fringy Flower

📋 copy color: '#ACFFB7'

red 172 ◦ green 255 ◦ blue 183

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

Shades of Fringy Flower #ACFFB7

Tints of Fringy Flower #ACFFB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 30%

R = 28.2%
G = 41.8%
B = 30%

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

#ACFFB7 (or 0xACFFB7) is known color: Fringy Flower. HEX triplet: AC, FF and B7. RGB value is (172,255,183). Sum of RGB (Red+Green+Blue) = 172+255+183=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFB7 is #530048. Grayscale: #DEDEDE. Windows color (decimal): -5439561 or 12058540. OLE color: 12058540.

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

Color convert

RGB 172 255 183 -
CMYK 0.33 0 0.28 0
HSL 127.95º 1% 0.84% -
HSV(B) 127.95º 0.33% 1% -
XYZ 61.32 83.71 57.73 -
YUV 221.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 172 255 183 0.33 0 0.28 0 127.95 1 0.84
Hex AC FF B7 21 0 1C 0 80 64 54
Octal 254 377 267 41 0 34 0 200 144 124
Binary 10101100 11111111 10110111 100001 0 11100 0 10000000 1100100 1010100

Color Harmonies of #ACFFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFB7

Black with #ACFFB7

Text Example


Text Example

White with #ACFFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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