Html Css Color HEX #ACFFC1 Fringy Flower

📋 copy color: '#ACFFC1'

red 172 ◦ green 255 ◦ blue 193

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

Shades of Fringy Flower #ACFFC1

Tints of Fringy Flower #ACFFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.13%

R = 27.74%
G = 41.13%
B = 31.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#ACFFC1 (or 0xACFFC1) is known color: Fringy Flower. HEX triplet: AC, FF and C1. RGB value is (172,255,193). Sum of RGB (Red+Green+Blue) = 172+255+193=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC1 is #53003E. Grayscale: #DFDFDF. Windows color (decimal): -5439551 or 12713900. OLE color: 12713900.

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

Color convert

RGB 172 255 193 -
CMYK 0.33 0 0.24 0
HSL 135.18º 1% 0.84% -
HSV(B) 135.18º 0.33% 1% -
XYZ 62.4 84.14 63.4 -
YUV 223.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 172 255 193 0.33 0 0.24 0 135.18 1 0.84
Hex AC FF C1 21 0 18 0 87 64 54
Octal 254 377 301 41 0 30 0 207 144 124
Binary 10101100 11111111 11000001 100001 0 11000 0 10000111 1100100 1010100

Color Harmonies of #ACFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFC1

Black with #ACFFC1

Text Example


Text Example

White with #ACFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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