Html Css Color HEX #ACFCBA Fringy Flower

📋 copy color: '#ACFCBA'

red 172 ◦ green 252 ◦ blue 186

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

Shades of Fringy Flower #ACFCBA

Tints of Fringy Flower #ACFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.31%

 BLUE value IS 186 (73.05% from 255) = 30.49%

R = 28.2%
G = 41.31%
B = 30.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#ACFCBA (or 0xACFCBA) is known color: Fringy Flower. HEX triplet: AC, FC and BA. RGB value is (172,252,186). Sum of RGB (Red+Green+Blue) = 172+252+186=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCBA is #530345. Grayscale: #DCDCDC. Windows color (decimal): -5440326 or 12254380. OLE color: 12254380.

HSL color Cylindrical-coordinate representation of color #ACFCBA: hue angle of 130.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCBA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 186 -
CMYK 0.32 0 0.26 0.01
HSL 130.5º 0.93% 0.83% -
HSV(B) 130.5º 0.32% 0.99% -
XYZ 60.69 81.94 59.07 -
YUV 220.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 172 252 186 0.32 0 0.26 0.01 130.5 0.93 0.83
Hex AC FC BA 20 0 1A 1 82 5D 53
Octal 254 374 272 40 0 32 1 202 135 123
Binary 10101100 11111100 10111010 100000 0 11010 1 10000010 1011101 1010011

Color Harmonies of #ACFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFCBA

Black with #ACFCBA

Text Example


Text Example

White with #ACFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFCBA; }

 p { color: rgb(172,252,186); }

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

background-color css

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

 a { background-color: rgb(172,252,186); }

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

border-color css

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

 span { border-color: rgb(172,252,186); }

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