#ACED7B

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

Shades of Feijoa #ACED7B

Tints of Feijoa #ACED7B

Color information

#ACED7B (or 0xACED7B) is unknown color: approx Feijoa. HEX triplet: AC, ED and 7B. RGB value is (172,237,123). Sum of RGB (Red+Green+Blue) = 172+237+123=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED7B is #531284. Grayscale: #CCCCCC. Windows color (decimal): -5444229 or 8121772. OLE color: 8121772.

HSL color Cylindrical-coordinate representation of color #ACED7B: hue angle of 94.21º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACED7B is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB172237123-
CMYK0.2700.480.07
HSL94.21º76%70.59%-
HSV(B)94.21º48.1%92.94%-
XYZ50.8770.7729.72-
YUV204.5781.97104.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.33%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=32.33%
G=44.55%
B=23.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371230.2700.480.0794.217670.59
HexACED7B1B03075e4c47
Octal254355173330607136114107
Binary10101100111011011111011110110110000111101111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED7B; }

 p { color: rgb(172,237,123); }

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

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

 a { background-color: rgb(172,237,123); }

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

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

 span { border-color: rgb(172,237,123); }

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