Html Css Color HEX #ACFDBA Fringy Flower

📋 copy color: '#ACFDBA'

red 172 ◦ green 253 ◦ blue 186

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

Shades of Fringy Flower #ACFDBA

Tints of Fringy Flower #ACFDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.41%

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

R = 28.15%
G = 41.41%
B = 30.44%

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

#ACFDBA (or 0xACFDBA) is known color: Fringy Flower. HEX triplet: AC, FD and BA. RGB value is (172,253,186). Sum of RGB (Red+Green+Blue) = 172+253+186=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 253 (99.22% from 255 or 41.41% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDBA is #530245. Grayscale: #DDDDDD. Windows color (decimal): -5440070 or 12254636. OLE color: 12254636.

HSL color Cylindrical-coordinate representation of color #ACFDBA: hue angle of 130.37º degrees, saturation: 0.95, 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 #ACFDBA is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 186 -
CMYK 0.32 0 0.26 0.01
HSL 130.37º 0.95% 0.83% -
HSV(B) 130.37º 0.32% 0.99% -
XYZ 61 82.57 59.18 -
YUV 221.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 172 253 186 0.32 0 0.26 0.01 130.37 0.95 0.83
Hex AC FD BA 20 0 1A 1 82 5F 53
Octal 254 375 272 40 0 32 1 202 137 123
Binary 10101100 11111101 10111010 100000 0 11010 1 10000010 1011111 1010011

Color Harmonies of #ACFDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDBA

Black with #ACFDBA

Text Example


Text Example

White with #ACFDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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