#9AF06F

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

Shades of Feijoa #9AF06F

Tints of Feijoa #9AF06F

Color information

#9AF06F (or 0x9AF06F) is unknown color: approx Feijoa. HEX triplet: 9A, F0 and 6F. RGB value is (154,240,111). Sum of RGB (Red+Green+Blue) = 154+240+111=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF06F is #650F90. Grayscale: #C8C8C8. Windows color (decimal): -6623121 or 7336090. OLE color: 7336090.

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

Color convert

RGB154240111-
CMYK0.3600.540.06
HSL100º81.13%68.82%-
HSV(B)100º53.75%94.12%-
XYZ47.3670.3426.12-
YUV199.5878.0195.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=30.50%
G=47.52%
B=21.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1542401110.3600.540.0610081.1368.82
Hex9AF06F240366645145
Octal232360157440666144121105
Binary100110101111000011011111001000110110110110010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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