#ACF987

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

Shades of Feijoa #ACF987

Tints of Feijoa #ACF987

Color information

#ACF987 (or 0xACF987) is unknown color: approx Feijoa. HEX triplet: AC, F9 and 87. RGB value is (172,249,135). Sum of RGB (Red+Green+Blue) = 172+249+135=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF987 is #530678. Grayscale: #D5D5D5. Windows color (decimal): -5441145 or 8911276. OLE color: 8911276.

HSL color Cylindrical-coordinate representation of color #ACF987: hue angle of 100.53º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACF987 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB172249135-
CMYK0.3100.460.02
HSL100.53º90.48%75.29%-
HSV(B)100.53º45.78%97.65%-
XYZ55.2678.2735.12-
YUV212.9883.9998.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 249 (97.66% from 255) = 44.78%
BLUE value IS 135 (53.12% from 255) = 24.28%
R=30.94%
G=44.78%
B=24.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722491350.3100.460.02100.5390.4875.29
HexACF9871F02E2655a4b
Octal254371207370562145132113
Binary10101100111110011000011111111010111010110010110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF987; }

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

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

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

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

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

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

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

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