Html Css Color HEX #ACFC80 Feijoa

📋 copy color: '#ACFC80'

red 172 ◦ green 252 ◦ blue 128

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

Shades of Feijoa #ACFC80

Tints of Feijoa #ACFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 31.16%
G = 45.65%
B = 23.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#ACFC80 (or 0xACFC80) is known color: Feijoa. HEX triplet: AC, FC and 80. RGB value is (172,252,128). Sum of RGB (Red+Green+Blue) = 172+252+128=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFC80 is #53037F. Grayscale: #D6D6D6. Windows color (decimal): -5440384 or 8453292. OLE color: 8453292.

HSL color Cylindrical-coordinate representation of color #ACFC80: hue angle of 98.71º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACFC80 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 128 -
CMYK 0.32 0 0.49 0.01
HSL 98.71º 0.95% 0.75% -
HSV(B) 98.71º 0.49% 0.99% -
XYZ 55.72 79.95 32.92 -
YUV 213.94 79.5 98.08 -
System Red Green Blue C M Y K H S L
Decimal 172 252 128 0.32 0 0.49 0.01 98.71 0.95 0.75
Hex AC FC 80 20 0 31 1 63 5F 4B
Octal 254 374 200 40 0 61 1 143 137 113
Binary 10101100 11111100 10000000 100000 0 110001 1 1100011 1011111 1001011

Color Harmonies of #ACFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC80

Black with #ACFC80

Text Example


Text Example

White with #ACFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC80; }

 p { color: rgb(172,252,128); }

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

background-color css

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

 a { background-color: rgb(172,252,128); }

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

border-color css

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

 span { border-color: rgb(172,252,128); }

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