Html Css Color HEX #ACF9B7 Fringy Flower

📋 copy color: '#ACF9B7'

red 172 ◦ green 249 ◦ blue 183

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

Shades of Fringy Flower #ACF9B7

Tints of Fringy Flower #ACF9B7

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.23%

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

R = 28.48%
G = 41.23%
B = 30.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#ACF9B7 (or 0xACF9B7) is known color: Fringy Flower. HEX triplet: AC, F9 and B7. RGB value is (172,249,183). Sum of RGB (Red+Green+Blue) = 172+249+183=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF9B7 is #530648. Grayscale: #DADADA. Windows color (decimal): -5441097 or 12057004. OLE color: 12057004.

HSL color Cylindrical-coordinate representation of color #ACF9B7: hue angle of 128.57º degrees, saturation: 0.87, 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 #ACF9B7 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 183 -
CMYK 0.31 0 0.27 0.02
HSL 128.57º 0.87% 0.83% -
HSV(B) 128.57º 0.31% 0.98% -
XYZ 59.44 79.94 57.1 -
YUV 218.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 172 249 183 0.31 0 0.27 0.02 128.57 0.87 0.83
Hex AC F9 B7 1F 0 1B 2 81 57 53
Octal 254 371 267 37 0 33 2 201 127 123
Binary 10101100 11111001 10110111 11111 0 11011 10 10000001 1010111 1010011

Color Harmonies of #ACF9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF9B7

Black with #ACF9B7

Text Example


Text Example

White with #ACF9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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