Html Css Color HEX #ACE980 Feijoa

📋 copy color: '#ACE980'

red 172 ◦ green 233 ◦ blue 128

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

Shades of Feijoa #ACE980

Tints of Feijoa #ACE980

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.71%

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

R = 32.27%
G = 43.71%
B = 24.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#ACE980 (or 0xACE980) is known color: Feijoa. HEX triplet: AC, E9 and 80. RGB value is (172,233,128). Sum of RGB (Red+Green+Blue) = 172+233+128=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE980 is #53167F. Grayscale: #CBCBCB. Windows color (decimal): -5445248 or 8448428. OLE color: 8448428.

HSL color Cylindrical-coordinate representation of color #ACE980: hue angle of 94.86º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACE980 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 233 128 -
CMYK 0.26 0 0.45 0.09
HSL 94.86º 0.7% 0.71% -
HSV(B) 94.86º 0.45% 0.91% -
XYZ 50.05 68.61 31.03 -
YUV 202.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 172 233 128 0.26 0 0.45 0.09 94.86 0.7 0.71
Hex AC E9 80 1A 0 2D 9 5F 46 47
Octal 254 351 200 32 0 55 11 137 106 107
Binary 10101100 11101001 10000000 11010 0 101101 1001 1011111 1000110 1000111

Color Harmonies of #ACE980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE980

Black with #ACE980

Text Example


Text Example

White with #ACE980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE980; }

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

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

background-color css

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

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

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

border-color css

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

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

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