#ACF375

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

Shades of Feijoa #ACF375

Tints of Feijoa #ACF375

Color information

#ACF375 (or 0xACF375) is unknown color: approx Feijoa. HEX triplet: AC, F3 and 75. RGB value is (172,243,117). Sum of RGB (Red+Green+Blue) = 172+243+117=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF375 is #530C8A. Grayscale: #CFCFCF. Windows color (decimal): -5442699 or 7730092. OLE color: 7730092.

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

Color convert

RGB172243117-
CMYK0.2900.520.05
HSL93.81º84%70.59%-
HSV(B)93.81º51.85%95.29%-
XYZ52.2774.1628.39-
YUV207.4176.98102.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 243 (95.31% from 255) = 45.68%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=32.33%
G=45.68%
B=21.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431170.2900.520.0593.818470.59
HexACF3751D03455e5447
Octal254363165350645136124107
Binary10101100111100111110101111010110100101101111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF375; }

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

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

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

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

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

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

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

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