#9AF073

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

Shades of Feijoa #9AF073

Tints of Feijoa #9AF073

Color information

#9AF073 (or 0x9AF073) is unknown color: approx Feijoa. HEX triplet: 9A, F0 and 73. RGB value is (154,240,115). Sum of RGB (Red+Green+Blue) = 154+240+115=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF073 is #650F8C. Grayscale: #C8C8C8. Windows color (decimal): -6623117 or 7598234. OLE color: 7598234.

HSL color Cylindrical-coordinate representation of color #9AF073: hue angle of 101.28º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AF073 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB154240115-
CMYK0.3600.520.06
HSL101.28º80.65%69.61%-
HSV(B)101.28º52.08%94.12%-
XYZ47.5870.4327.31-
YUV200.0480.0195.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 115 (45.31% from 255) = 22.59%
R=30.26%
G=47.15%
B=22.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401150.3600.520.06101.2880.6569.61
Hex9AF073240346655146
Octal232360163440646145121106
Binary100110101111000011100111001000110100110110010110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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