#9DF46E

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

Shades of Feijoa #9DF46E

Tints of Feijoa #9DF46E

Color information

#9DF46E (or 0x9DF46E) is unknown color: approx Feijoa. HEX triplet: 9D, F4 and 6E. RGB value is (157,244,110). Sum of RGB (Red+Green+Blue) = 157+244+110=511 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.72% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF46E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF46E is #620B91. Grayscale: #CBCBCB. Windows color (decimal): -6425490 or 7271581. OLE color: 7271581.

HSL color Cylindrical-coordinate representation of color #9DF46E: hue angle of 98.96º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DF46E is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB157244110-
CMYK0.3600.550.04
HSL98.96º85.9%69.41%-
HSV(B)98.96º54.92%95.69%-
XYZ49.077326.26-
YUV202.7175.6895.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.72%
GREEN value IS 244 (95.70% from 255) = 47.75%
BLUE value IS 110 (43.36% from 255) = 21.53%
R=30.72%
G=47.75%
B=21.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1572441100.3600.550.0498.9685.969.41
Hex9DF46E240374635645
Octal235364156440674143126105
Binary100111011111010011011101001000110111100110001110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,244,110); }

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

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

 a { background-color: rgb(157,244,110); }

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

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

 span { border-color: rgb(157,244,110); }

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