#ACF077

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

Shades of Feijoa #ACF077

Tints of Feijoa #ACF077

Color information

#ACF077 (or 0xACF077) is unknown color: approx Feijoa. HEX triplet: AC, F0 and 77. RGB value is (172,240,119). Sum of RGB (Red+Green+Blue) = 172+240+119=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF077 is #530F88. Grayscale: #CECECE. Windows color (decimal): -5443465 or 7860396. OLE color: 7860396.

HSL color Cylindrical-coordinate representation of color #ACF077: hue angle of 93.72º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF077 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB172240119-
CMYK0.2800.500.06
HSL93.72º80.13%70.39%-
HSV(B)93.72º50.42%94.12%-
XYZ51.572.4228.72-
YUV205.8778.97103.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=32.39%
G=45.20%
B=22.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722401190.2800.500.0693.7280.1370.39
HexACF0771C03265e5046
Octal254360167340626136120106
Binary10101100111100001110111111000110010110101111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF077; }

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

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

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

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

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

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

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

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