#ACE280

Color #ACE280 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ACE280

Tints of Feijoa #ACE280

Color information

#ACE280 (or 0xACE280) is unknown color: approx Feijoa. HEX triplet: AC, E2 and 80. RGB value is (172,226,128). Sum of RGB (Red+Green+Blue) = 172+226+128=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE280 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE280 is #531D7F. Grayscale: #C7C7C7. Windows color (decimal): -5447040 or 8446636. OLE color: 8446636.

HSL color Cylindrical-coordinate representation of color #ACE280: hue angle of 93.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACE280 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB172226128-
CMYK0.2400.430.11
HSL93.06º62.82%69.41%-
HSV(B)93.06º43.36%88.63%-
XYZ48.1164.7230.38-
YUV198.6888.11108.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.70%
GREEN value IS 226 (88.67% from 255) = 42.97%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=32.70%
G=42.97%
B=24.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1722261280.2400.430.1193.0662.8269.41
HexACE2801802BB5d3f45
Octal254342200300531313577105
Binary101011001110001010000000110000101011101110111011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE280; }

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

 H1.HeaderClassName
 {
   color: #ACE280;
 }
 .AnyTagClassName
 {
   color: #ACE280;
 }
</style>
background-color css

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

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

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

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

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

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