#9AED6D

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

Shades of Feijoa #9AED6D

Tints of Feijoa #9AED6D

Color information

#9AED6D (or 0x9AED6D) is unknown color: approx Feijoa. HEX triplet: 9A, ED and 6D. RGB value is (154,237,109). Sum of RGB (Red+Green+Blue) = 154+237+109=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED6D is #651292. Grayscale: #C6C6C6. Windows color (decimal): -6623891 or 7204250. OLE color: 7204250.

HSL color Cylindrical-coordinate representation of color #9AED6D: hue angle of 98.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AED6D is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB154237109-
CMYK0.3500.540.07
HSL98.91º78.05%67.84%-
HSV(B)98.91º54.01%92.94%-
XYZ46.3768.5425.25-
YUV197.597896.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 237 (92.97% from 255) = 47.4%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=30.8%
G=47.4%
B=21.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1542371090.3500.540.0798.9178.0567.84
Hex9AED6D230367634e44
Octal232355155430667143116104
Binary100110101110110111011011000110110110111110001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AED6D; }

 p { color: rgb(154,237,109); }

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

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

 a { background-color: rgb(154,237,109); }

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

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

 span { border-color: rgb(154,237,109); }

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