#A6ED85

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

Shades of Feijoa #A6ED85

Tints of Feijoa #A6ED85

Color information

#A6ED85 (or 0xA6ED85) is unknown color: approx Feijoa. HEX triplet: A6, ED and 85. RGB value is (166,237,133). Sum of RGB (Red+Green+Blue) = 166+237+133=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ED85 is #59127A. Grayscale: #CCCCCC. Windows color (decimal): -5837435 or 8777126. OLE color: 8777126.

HSL color Cylindrical-coordinate representation of color #A6ED85: hue angle of 100.96º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6ED85 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB166237133-
CMYK0.3000.440.07
HSL100.96º74.29%72.55%-
HSV(B)100.96º43.88%92.94%-
XYZ50.2470.3733.12-
YUV203.9287.98100.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 44.22%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=30.97%
G=44.22%
B=24.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662371330.3000.440.07100.9674.2972.55
HexA6ED851E02C7654a49
Octal246355205360547145112111
Binary101001101110110110000101111100101100111110010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ED85; }

 p { color: rgb(166,237,133); }

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

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

 a { background-color: rgb(166,237,133); }

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

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

 span { border-color: rgb(166,237,133); }

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