#ACF280

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

Shades of Feijoa #ACF280

Tints of Feijoa #ACF280

Color information

#ACF280 (or 0xACF280) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 80. RGB value is (172,242,128). Sum of RGB (Red+Green+Blue) = 172+242+128=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF280 is #530D7F. Grayscale: #D0D0D0. Windows color (decimal): -5442944 or 8450732. OLE color: 8450732.

HSL color Cylindrical-coordinate representation of color #ACF280: hue angle of 96.84º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ACF280 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB172242128-
CMYK0.2900.470.05
HSL96.84º81.43%72.55%-
HSV(B)96.84º47.11%94.9%-
XYZ52.6673.8331.9-
YUV208.0782.81102.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 128 (50.39% from 255) = 23.62%
R=31.73%
G=44.65%
B=23.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421280.2900.470.0596.8481.4372.55
HexACF2801D02F5615149
Octal254362200350575141121111
Binary101011001111001010000000111010101111101110000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF280; }

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

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

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

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

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

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

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

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