Html Css Color HEX #ACF5B7 Fringy Flower

📋 copy color: '#ACF5B7'

red 172 ◦ green 245 ◦ blue 183

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

Shades of Fringy Flower #ACF5B7

Tints of Fringy Flower #ACF5B7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.83%

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

R = 28.67%
G = 40.83%
B = 30.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#ACF5B7 (or 0xACF5B7) is known color: Fringy Flower. HEX triplet: AC, F5 and B7. RGB value is (172,245,183). Sum of RGB (Red+Green+Blue) = 172+245+183=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 245 (96.09% from 255 or 40.83% from 600); Blue value is 183 (71.88% from 255 or 30.5% from 600); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5B7 is #530A48. Grayscale: #D8D8D8. Windows color (decimal): -5442121 or 12055980. OLE color: 12055980.

HSL color Cylindrical-coordinate representation of color #ACF5B7: hue angle of 129.04º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5B7 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 183 -
CMYK 0.30 0 0.25 0.04
HSL 129.04º 0.78% 0.82% -
HSV(B) 129.04º 0.3% 0.96% -
XYZ 58.21 77.49 56.69 -
YUV 216.11 109.32 96.54 -
System Red Green Blue C M Y K H S L
Decimal 172 245 183 0.30 0 0.25 0.04 129.04 0.78 0.82
Hex AC F5 B7 1E 0 19 4 81 4E 52
Octal 254 365 267 36 0 31 4 201 116 122
Binary 10101100 11110101 10110111 11110 0 11001 100 10000001 1001110 1010010

Color Harmonies of #ACF5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5B7

Black with #ACF5B7

Text Example


Text Example

White with #ACF5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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