#9af873

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

Shades of Feijoa #9AF873

Tints of Feijoa #9AF873

Color information

#9AF873 (or 0x9AF873) is unknown color: approx Feijoa. HEX triplet: 9A, F8 and 73. RGB value is (154,248,115). Sum of RGB (Red+Green+Blue) = 154+248+115=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF873 is #65078C. Grayscale: #CDCDCD. Windows color (decimal): -6621069 or 7600282. OLE color: 7600282.

HSL color Cylindrical-coordinate representation of color #9AF873: hue angle of 102.41º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AF873 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB154248115-
CMYK0.3800.540.03
HSL102.41º90.48%71.18%-
HSV(B)102.41º53.63%97.25%-
XYZ49.9975.2428.11-
YUV204.7377.3691.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 248 (97.27% from 255) = 47.97%
BLUE value IS 115 (45.31% from 255) = 22.24%
R=29.79%
G=47.97%
B=22.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1542481150.3800.540.03102.4190.4871.18
Hex9AF873260363665a47
Octal232370163460663146132107
Binary10011010111110001110011100110011011011110011010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9af873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,248,115); }

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

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

 a { background-color: rgb(154,248,115); }

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

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

 span { border-color: rgb(154,248,115); }

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