#9fea82

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

Shades of Feijoa #9FEA82

Tints of Feijoa #9FEA82

Color information

#9FEA82 (or 0x9FEA82) is unknown color: approx Feijoa. HEX triplet: 9F, EA and 82. RGB value is (159,234,130). Sum of RGB (Red+Green+Blue) = 159+234+130=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9FEA82 is #60157D. Grayscale: #C8C8C8. Windows color (decimal): -6296958 or 8579743. OLE color: 8579743.

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

Color convert

RGB159234130-
CMYK0.3200.440.08
HSL103.27º71.23%71.37%-
HSV(B)103.27º44.44%91.76%-
XYZ47.7567.8331.69-
YUV199.7288.6598.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 234 (91.80% from 255) = 44.74%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=30.40%
G=44.74%
B=24.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592341300.3200.440.08103.2771.2371.37
Hex9FEA822002C8674747
Octal2373522024005410147107107
Binary10011111111010101000001010000001011001000110011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fea82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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