#acf377

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

Shades of Feijoa #ACF377

Tints of Feijoa #ACF377

Color information

#ACF377 (or 0xACF377) is unknown color: approx Feijoa. HEX triplet: AC, F3 and 77. RGB value is (172,243,119). Sum of RGB (Red+Green+Blue) = 172+243+119=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF377 is #530C88. Grayscale: #D0D0D0. Windows color (decimal): -5442697 or 7861164. OLE color: 7861164.

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

Color convert

RGB172243119-
CMYK0.2900.510.05
HSL94.35º83.78%70.98%-
HSV(B)94.35º51.03%95.29%-
XYZ52.3974.229.01-
YUV207.6477.98102.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 243 (95.31% from 255) = 45.51%
BLUE value IS 119 (46.88% from 255) = 22.28%
R=32.21%
G=45.51%
B=22.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722431190.2900.510.0594.3583.7870.98
HexACF3771D03355e5447
Octal254363167350635136124107
Binary10101100111100111110111111010110011101101111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acf377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acf377; }

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

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

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

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

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

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

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

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