#9FE982

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

Shades of Feijoa #9FE982

Tints of Feijoa #9FE982

Color information

#9FE982 (or 0x9FE982) is unknown color: approx Feijoa. HEX triplet: 9F, E9 and 82. RGB value is (159,233,130). Sum of RGB (Red+Green+Blue) = 159+233+130=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FE982 is #60167D. Grayscale: #C7C7C7. Windows color (decimal): -6297214 or 8579487. OLE color: 8579487.

HSL color Cylindrical-coordinate representation of color #9FE982: hue angle of 103.11º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FE982 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB159233130-
CMYK0.3200.440.09
HSL103.11º70.07%71.18%-
HSV(B)103.11º44.21%91.37%-
XYZ47.4767.2631.6-
YUV199.1388.9899.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=30.46%
G=44.64%
B=24.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592331300.3200.440.09103.1170.0771.18
Hex9FE9822002C9674647
Octal2373512024005411147106107
Binary10011111111010011000001010000001011001001110011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,233,130); }

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

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

 a { background-color: rgb(159,233,130); }

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

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

 span { border-color: rgb(159,233,130); }

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