Html Css Color HEX #ACFDC0 Fringy Flower

📋 copy color: '#ACFDC0'

red 172 ◦ green 253 ◦ blue 192

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

Shades of Fringy Flower #ACFDC0

Tints of Fringy Flower #ACFDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 27.88%
G = 41%
B = 31.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#ACFDC0 (or 0xACFDC0) is known color: Fringy Flower. HEX triplet: AC, FD and C0. RGB value is (172,253,192). Sum of RGB (Red+Green+Blue) = 172+253+192=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 253 (99.22% from 255 or 41.00% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC0 is #53023F. Grayscale: #DDDDDD. Windows color (decimal): -5440064 or 12647852. OLE color: 12647852.

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

Color convert

RGB 172 253 192 -
CMYK 0.32 0 0.24 0.01
HSL 134.81º 0.95% 0.83% -
HSV(B) 134.81º 0.32% 0.99% -
XYZ 61.65 82.83 62.61 -
YUV 221.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 172 253 192 0.32 0 0.24 0.01 134.81 0.95 0.83
Hex AC FD C0 20 0 18 1 87 5F 53
Octal 254 375 300 40 0 30 1 207 137 123
Binary 10101100 11111101 11000000 100000 0 11000 1 10000111 1011111 1010011

Color Harmonies of #ACFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDC0

Black with #ACFDC0

Text Example


Text Example

White with #ACFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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