Html Css Color HEX #ACFAC0 Fringy Flower

📋 copy color: '#ACFAC0'

red 172 ◦ green 250 ◦ blue 192

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

Shades of Fringy Flower #ACFAC0

Tints of Fringy Flower #ACFAC0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.72%

 BLUE value IS 192 (75.39% from 255) = 31.27%

R = 28.01%
G = 40.72%
B = 31.27%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#ACFAC0 (or 0xACFAC0) is known color: Fringy Flower. HEX triplet: AC, FA and C0. RGB value is (172,250,192). Sum of RGB (Red+Green+Blue) = 172+250+192=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAC0 is #53053F. Grayscale: #DCDCDC. Windows color (decimal): -5440832 or 12647084. OLE color: 12647084.

HSL color Cylindrical-coordinate representation of color #ACFAC0: hue angle of 135.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAC0 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 192 -
CMYK 0.31 0 0.23 0.02
HSL 135.38º 0.89% 0.83% -
HSV(B) 135.38º 0.31% 0.98% -
XYZ 60.71 80.95 62.29 -
YUV 220.07 112.16 93.72 -
System Red Green Blue C M Y K H S L
Decimal 172 250 192 0.31 0 0.23 0.02 135.38 0.89 0.83
Hex AC FA C0 1F 0 17 2 87 59 53
Octal 254 372 300 37 0 27 2 207 131 123
Binary 10101100 11111010 11000000 11111 0 10111 10 10000111 1011001 1010011

Color Harmonies of #ACFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAC0

Black with #ACFAC0

Text Example


Text Example

White with #ACFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAC0; }

 p { color: rgb(172,250,192); }

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

background-color css

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

 a { background-color: rgb(172,250,192); }

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

border-color css

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

 span { border-color: rgb(172,250,192); }

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