Html Css Color HEX #ACFDB9 Fringy Flower

📋 copy color: '#ACFDB9'

red 172 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #ACFDB9

Tints of Fringy Flower #ACFDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 30.33%

R = 28.2%
G = 41.48%
B = 30.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#ACFDB9 (or 0xACFDB9) is known color: Fringy Flower. HEX triplet: AC, FD and B9. RGB value is (172,253,185). Sum of RGB (Red+Green+Blue) = 172+253+185=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDB9 is #530246. Grayscale: #DDDDDD. Windows color (decimal): -5440071 or 12189100. OLE color: 12189100.

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

Color convert

RGB 172 253 185 -
CMYK 0.32 0 0.27 0.01
HSL 129.63º 0.95% 0.83% -
HSV(B) 129.63º 0.32% 0.99% -
XYZ 60.9 82.52 58.62 -
YUV 221.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 172 253 185 0.32 0 0.27 0.01 129.63 0.95 0.83
Hex AC FD B9 20 0 1B 1 82 5F 53
Octal 254 375 271 40 0 33 1 202 137 123
Binary 10101100 11111101 10111001 100000 0 11011 1 10000010 1011111 1010011

Color Harmonies of #ACFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDB9

Black with #ACFDB9

Text Example


Text Example

White with #ACFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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