#ACED83

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

Shades of Feijoa #ACED83

Tints of Feijoa #ACED83

Color information

#ACED83 (or 0xACED83) is unknown color: approx Feijoa. HEX triplet: AC, ED and 83. RGB value is (172,237,131). Sum of RGB (Red+Green+Blue) = 172+237+131=540 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.85% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACED83 is #53127C. Grayscale: #CDCDCD. Windows color (decimal): -5444221 or 8646060. OLE color: 8646060.

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

Color convert

RGB172237131-
CMYK0.2700.450.07
HSL96.79º74.65%72.16%-
HSV(B)96.79º44.73%92.94%-
XYZ51.3970.9832.46-
YUV205.4885.97104.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.85%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=31.85%
G=43.89%
B=24.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371310.2700.450.0796.7974.6572.16
HexACED831B02D7614b48
Octal254355203330557141113110
Binary101011001110110110000011110110101101111110000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED83; }

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

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

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

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

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

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

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

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