#9AF071

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

Shades of Feijoa #9AF071

Tints of Feijoa #9AF071

Color information

#9AF071 (or 0x9AF071) is unknown color: approx Feijoa. HEX triplet: 9A, F0 and 71. RGB value is (154,240,113). Sum of RGB (Red+Green+Blue) = 154+240+113=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF071 is #650F8E. Grayscale: #C8C8C8. Windows color (decimal): -6623119 or 7467162. OLE color: 7467162.

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

Color convert

RGB154240113-
CMYK0.3600.530.06
HSL100.63º80.89%69.22%-
HSV(B)100.63º52.92%94.12%-
XYZ47.4770.3826.71-
YUV199.8179.0195.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 240 (94.14% from 255) = 47.34%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=30.37%
G=47.34%
B=22.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401130.3600.530.06100.6380.8969.22
Hex9AF071240356655145
Octal232360161440656145121105
Binary100110101111000011100011001000110101110110010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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