Html Css Color HEX #ACF3B9 Fringy Flower

📋 copy color: '#ACF3B9'

red 172 ◦ green 243 ◦ blue 185

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

Shades of Fringy Flower #ACF3B9

Tints of Fringy Flower #ACF3B9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.5%

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

R = 28.67%
G = 40.5%
B = 30.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#ACF3B9 (or 0xACF3B9) is known color: Fringy Flower. HEX triplet: AC, F3 and B9. RGB value is (172,243,185). Sum of RGB (Red+Green+Blue) = 172+243+185=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3B9 is #530C46. Grayscale: #D7D7D7. Windows color (decimal): -5442631 or 12186540. OLE color: 12186540.

HSL color Cylindrical-coordinate representation of color #ACF3B9: hue angle of 130.99º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF3B9 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 243 185 -
CMYK 0.29 0 0.24 0.05
HSL 130.99º 0.75% 0.81% -
HSV(B) 130.99º 0.29% 0.95% -
XYZ 57.82 76.37 57.59 -
YUV 215.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 172 243 185 0.29 0 0.24 0.05 130.99 0.75 0.81
Hex AC F3 B9 1D 0 18 5 83 4B 51
Octal 254 363 271 35 0 30 5 203 113 121
Binary 10101100 11110011 10111001 11101 0 11000 101 10000011 1001011 1010001

Color Harmonies of #ACF3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF3B9

Black with #ACF3B9

Text Example


Text Example

White with #ACF3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF3B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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