#9FEA7D

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

Shades of Feijoa #9FEA7D

Tints of Feijoa #9FEA7D

Color information

#9FEA7D (or 0x9FEA7D) is unknown color: approx Feijoa. HEX triplet: 9F, EA and 7D. RGB value is (159,234,125). Sum of RGB (Red+Green+Blue) = 159+234+125=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEA7D is #601582. Grayscale: #C7C7C7. Windows color (decimal): -6296963 or 8252063. OLE color: 8252063.

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

Color convert

RGB159234125-
CMYK0.3200.470.08
HSL101.28º72.19%70.39%-
HSV(B)101.28º46.58%91.76%-
XYZ47.4267.729.97-
YUV199.1586.1599.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.69%
GREEN value IS 234 (91.80% from 255) = 45.17%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=30.69%
G=45.17%
B=24.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592341250.3200.470.08101.2872.1970.39
Hex9FEA7D2002F8654846
Octal2373521754005710145110106
Binary1001111111101010111110110000001011111000110010110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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