#ACF287

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

Shades of Feijoa #ACF287

Tints of Feijoa #ACF287

Color information

#ACF287 (or 0xACF287) is unknown color: approx Feijoa. HEX triplet: AC, F2 and 87. RGB value is (172,242,135). Sum of RGB (Red+Green+Blue) = 172+242+135=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 242 (94.92% from 255 or 44.08% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF287 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF287 is #530D78. Grayscale: #D1D1D1. Windows color (decimal): -5442937 or 8909484. OLE color: 8909484.

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

Color convert

RGB172242135-
CMYK0.2900.440.05
HSL99.25º80.45%73.92%-
HSV(B)99.25º44.21%94.9%-
XYZ53.1474.0234.41-
YUV208.8786.31101.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 242 (94.92% from 255) = 44.08%
BLUE value IS 135 (53.12% from 255) = 24.59%
R=31.33%
G=44.08%
B=24.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722421350.2900.440.0599.2580.4573.92
HexACF2871D02C563504a
Octal254362207350545143120112
Binary101011001111001010000111111010101100101110001110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF287; }

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

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

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

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

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

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

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

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