#ACED7D

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

Shades of Feijoa #ACED7D

Tints of Feijoa #ACED7D

Color information

#ACED7D (or 0xACED7D) is unknown color: approx Feijoa. HEX triplet: AC, ED and 7D. RGB value is (172,237,125). Sum of RGB (Red+Green+Blue) = 172+237+125=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED7D is #531282. Grayscale: #CDCDCD. Windows color (decimal): -5444227 or 8252844. OLE color: 8252844.

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

Color convert

RGB172237125-
CMYK0.2700.470.07
HSL94.82º75.68%70.98%-
HSV(B)94.82º47.26%92.94%-
XYZ5170.8230.38-
YUV204.882.97104.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 237 (92.97% from 255) = 44.38%
BLUE value IS 125 (49.22% from 255) = 23.41%
R=32.21%
G=44.38%
B=23.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722371250.2700.470.0794.8275.6870.98
HexACED7D1B02F75f4c47
Octal254355175330577137114107
Binary10101100111011011111101110110101111111101111110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACED7D; }

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

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

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

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

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

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

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

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