#ACEF7A

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

Shades of Feijoa #ACEF7A

Tints of Feijoa #ACEF7A

Color information

#ACEF7A (or 0xACEF7A) is unknown color: approx Feijoa. HEX triplet: AC, EF and 7A. RGB value is (172,239,122). Sum of RGB (Red+Green+Blue) = 172+239+122=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEF7A is #531085. Grayscale: #CECECE. Windows color (decimal): -5443718 or 8056748. OLE color: 8056748.

HSL color Cylindrical-coordinate representation of color #ACEF7A: hue angle of 94.36º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ACEF7A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB172239122-
CMYK0.2800.490.06
HSL94.36º78.52%70.78%-
HSV(B)94.36º48.95%93.73%-
XYZ51.3971.9129.58-
YUV205.6380.8104.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 239 (93.75% from 255) = 44.84%
BLUE value IS 122 (48.05% from 255) = 22.89%
R=32.27%
G=44.84%
B=22.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722391220.2800.490.0694.3678.5270.78
HexACEF7A1C03165e4f47
Octal254357172340616136117107
Binary10101100111011111111010111000110001110101111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEF7A; }

 p { color: rgb(172,239,122); }

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

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

 a { background-color: rgb(172,239,122); }

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

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

 span { border-color: rgb(172,239,122); }

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