#9AF577

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

Shades of Feijoa #9AF577

Tints of Feijoa #9AF577

Color information

#9AF577 (or 0x9AF577) is unknown color: approx Feijoa. HEX triplet: 9A, F5 and 77. RGB value is (154,245,119). Sum of RGB (Red+Green+Blue) = 154+245+119=518 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.73% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF577 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF577 is #650A88. Grayscale: #CBCBCB. Windows color (decimal): -6621833 or 7861658. OLE color: 7861658.

HSL color Cylindrical-coordinate representation of color #9AF577: hue angle of 103.33º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF577 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB154245119-
CMYK0.3700.510.04
HSL103.33º86.3%71.37%-
HSV(B)103.33º51.43%96.08%-
XYZ49.3173.5129.04-
YUV203.4380.3592.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.73%
GREEN value IS 245 (96.09% from 255) = 47.30%
BLUE value IS 119 (46.88% from 255) = 22.97%
R=29.73%
G=47.30%
B=22.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542451190.3700.510.04103.3386.371.37
Hex9AF577250334675647
Octal232365167450634147126107
Binary100110101111010111101111001010110011100110011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,245,119); }

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

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

 a { background-color: rgb(154,245,119); }

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

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

 span { border-color: rgb(154,245,119); }

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