#ACF485

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

Shades of Feijoa #ACF485

Tints of Feijoa #ACF485

Color information

#ACF485 (or 0xACF485) is unknown color: approx Feijoa. HEX triplet: AC, F4 and 85. RGB value is (172,244,133). Sum of RGB (Red+Green+Blue) = 172+244+133=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF485 is #530B7A. Grayscale: #D2D2D2. Windows color (decimal): -5442427 or 8778924. OLE color: 8778924.

HSL color Cylindrical-coordinate representation of color #ACF485: hue angle of 98.92º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACF485 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB172244133-
CMYK0.3000.450.04
HSL98.92º83.46%73.92%-
HSV(B)98.92º45.49%95.69%-
XYZ53.675.1733.87-
YUV209.8284.65101.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 244 (95.70% from 255) = 44.44%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=31.33%
G=44.44%
B=24.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722441330.3000.450.0498.9283.4673.92
HexACF4851E02D463534a
Octal254364205360554143123112
Binary101011001111010010000101111100101101100110001110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF485; }

 p { color: rgb(172,244,133); }

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

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

 a { background-color: rgb(172,244,133); }

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

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

 span { border-color: rgb(172,244,133); }

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