Html Css Color HEX #ACFE80 Feijoa

📋 copy color: '#ACFE80'

red 172 ◦ green 254 ◦ blue 128

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

Shades of Feijoa #ACFE80

Tints of Feijoa #ACFE80

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.85%

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

R = 31.05%
G = 45.85%
B = 23.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#ACFE80 (or 0xACFE80) is known color: Feijoa. HEX triplet: AC, FE and 80. RGB value is (172,254,128). Sum of RGB (Red+Green+Blue) = 172+254+128=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFE80 is #53017F. Grayscale: #D7D7D7. Windows color (decimal): -5439872 or 8453804. OLE color: 8453804.

HSL color Cylindrical-coordinate representation of color #ACFE80: hue angle of 99.05º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACFE80 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 128 -
CMYK 0.32 0 0.50 0.00
HSL 99.05º 0.98% 0.75% -
HSV(B) 99.05º 0.5% 1% -
XYZ 56.35 81.21 33.13 -
YUV 215.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 172 254 128 0.32 0 0.50 0.00 99.05 0.98 0.75
Hex AC FE 80 20 0 32 0 63 62 4B
Octal 254 376 200 40 0 62 0 143 142 113
Binary 10101100 11111110 10000000 100000 0 110010 0 1100011 1100010 1001011

Color Harmonies of #ACFE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFE80

Black with #ACFE80

Text Example


Text Example

White with #ACFE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFE80; }

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

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

background-color css

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

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

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

border-color css

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

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

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