#9AF178

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

Shades of Feijoa #9AF178

Tints of Feijoa #9AF178

Color information

#9AF178 (or 0x9AF178) is unknown color: approx Feijoa. HEX triplet: 9A, F1 and 78. RGB value is (154,241,120). Sum of RGB (Red+Green+Blue) = 154+241+120=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF178 is #650E87. Grayscale: #C9C9C9. Windows color (decimal): -6622856 or 7926170. OLE color: 7926170.

HSL color Cylindrical-coordinate representation of color #9AF178: hue angle of 103.14º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AF178 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB154241120-
CMYK0.3600.500.05
HSL103.14º81.21%70.78%-
HSV(B)103.14º50.21%94.51%-
XYZ48.1771.1428.96-
YUV201.1982.1894.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=29.90%
G=46.80%
B=23.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542411200.3600.500.05103.1481.2170.78
Hex9AF178240325675147
Octal232361170440625147121107
Binary100110101111000111110001001000110010101110011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,241,120); }

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

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

 a { background-color: rgb(154,241,120); }

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

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

 span { border-color: rgb(154,241,120); }

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