Html Css Color HEX #ACFDB7 Fringy Flower

📋 copy color: '#ACFDB7'

red 172 ◦ green 253 ◦ blue 183

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

Shades of Fringy Flower #ACFDB7

Tints of Fringy Flower #ACFDB7

RGB

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

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

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

R = 28.29%
G = 41.61%
B = 30.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#ACFDB7 (or 0xACFDB7) is known color: Fringy Flower. HEX triplet: AC, FD and B7. RGB value is (172,253,183). Sum of RGB (Red+Green+Blue) = 172+253+183=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB7 is #530248. Grayscale: #DCDCDC. Windows color (decimal): -5440073 or 12058028. OLE color: 12058028.

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

Color convert

RGB 172 253 183 -
CMYK 0.32 0 0.28 0.01
HSL 128.15º 0.95% 0.83% -
HSV(B) 128.15º 0.32% 0.99% -
XYZ 60.69 82.44 57.51 -
YUV 220.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 172 253 183 0.32 0 0.28 0.01 128.15 0.95 0.83
Hex AC FD B7 20 0 1C 1 80 5F 53
Octal 254 375 267 40 0 34 1 200 137 123
Binary 10101100 11111101 10110111 100000 0 11100 1 10000000 1011111 1010011

Color Harmonies of #ACFDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDB7

Black with #ACFDB7

Text Example


Text Example

White with #ACFDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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