#9AE974

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

Shades of Feijoa #9AE974

Tints of Feijoa #9AE974

Color information

#9AE974 (or 0x9AE974) is unknown color: approx Feijoa. HEX triplet: 9A, E9 and 74. RGB value is (154,233,116). Sum of RGB (Red+Green+Blue) = 154+233+116=503 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.62% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE974 is #65168B. Grayscale: #C4C4C4. Windows color (decimal): -6624908 or 7661978. OLE color: 7661978.

HSL color Cylindrical-coordinate representation of color #9AE974: hue angle of 100.51º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AE974 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB154233116-
CMYK0.3400.500.09
HSL100.51º72.67%68.43%-
HSV(B)100.51º50.21%91.37%-
XYZ45.6266.4126.94-
YUV196.0482.8398.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.62%
GREEN value IS 233 (91.41% from 255) = 46.32%
BLUE value IS 116 (45.70% from 255) = 23.06%
R=30.62%
G=46.32%
B=23.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1542331160.3400.500.09100.5172.6768.43
Hex9AE974220329654944
Octal2323511644206211145111104
Binary1001101011101001111010010001001100101001110010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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