#9AEB74

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

Shades of Feijoa #9AEB74

Tints of Feijoa #9AEB74

Color information

#9AEB74 (or 0x9AEB74) is unknown color: approx Feijoa. HEX triplet: 9A, EB and 74. RGB value is (154,235,116). Sum of RGB (Red+Green+Blue) = 154+235+116=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEB74 is #65148B. Grayscale: #C5C5C5. Windows color (decimal): -6624396 or 7662490. OLE color: 7662490.

HSL color Cylindrical-coordinate representation of color #9AEB74: hue angle of 100.84º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AEB74 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB154235116-
CMYK0.3400.510.08
HSL100.84º74.84%68.82%-
HSV(B)100.84º50.64%92.16%-
XYZ46.1967.5527.13-
YUV197.2182.1697.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 235 (92.19% from 255) = 46.53%
BLUE value IS 116 (45.70% from 255) = 22.97%
R=30.50%
G=46.53%
B=22.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542351160.3400.510.08100.8474.8468.82
Hex9AEB74220338654b45
Octal2323531644206310145113105
Binary1001101011101011111010010001001100111000110010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,235,116); }

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

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

 a { background-color: rgb(154,235,116); }

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

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

 span { border-color: rgb(154,235,116); }

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