#ACED81

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

Shades of Feijoa #ACED81

Tints of Feijoa #ACED81

Color information

#ACED81 (or 0xACED81) is unknown color: approx Feijoa. HEX triplet: AC, ED and 81. RGB value is (172,237,129). Sum of RGB (Red+Green+Blue) = 172+237+129=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED81 is #53127E. Grayscale: #CDCDCD. Windows color (decimal): -5444223 or 8514988. OLE color: 8514988.

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

Color convert

RGB172237129-
CMYK0.2700.460.07
HSL96.11º75%71.76%-
HSV(B)96.11º45.57%92.94%-
XYZ51.2670.9231.76-
YUV205.2584.97104.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 129 (50.78% from 255) = 23.98%
R=31.97%
G=44.05%
B=23.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371290.2700.460.0796.117571.76
HexACED811B02E7604b48
Octal254355201330567140113110
Binary101011001110110110000001110110101110111110000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED81; }

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

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

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

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

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

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

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

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