#ACF370

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

Shades of Feijoa #ACF370

Tints of Feijoa #ACF370

Color information

#ACF370 (or 0xACF370) is unknown color: approx Feijoa. HEX triplet: AC, F3 and 70. RGB value is (172,243,112). Sum of RGB (Red+Green+Blue) = 172+243+112=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF370 is #530C8F. Grayscale: #CFCFCF. Windows color (decimal): -5442704 or 7402412. OLE color: 7402412.

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

Color convert

RGB172243112-
CMYK0.2900.540.05
HSL92.52º84.52%69.61%-
HSV(B)92.52º53.91%95.29%-
XYZ51.9974.0426.88-
YUV206.8474.48103.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 243 (95.31% from 255) = 46.11%
BLUE value IS 112 (44.14% from 255) = 21.25%
R=32.64%
G=46.11%
B=21.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431120.2900.540.0592.5284.5269.61
HexACF3701D03655d5546
Octal254363160350665135125106
Binary10101100111100111110000111010110110101101110110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF370; }

 p { color: rgb(172,243,112); }

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

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

 a { background-color: rgb(172,243,112); }

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

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

 span { border-color: rgb(172,243,112); }

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