#9DE871

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

Shades of Feijoa #9DE871

Tints of Feijoa #9DE871

Color information

#9DE871 (or 0x9DE871) is unknown color: approx Feijoa. HEX triplet: 9D, E8 and 71. RGB value is (157,232,113). Sum of RGB (Red+Green+Blue) = 157+232+113=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE871 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE871 is #62178E. Grayscale: #C4C4C4. Windows color (decimal): -6428559 or 7465117. OLE color: 7465117.

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

Color convert

RGB157232113-
CMYK0.3200.510.09
HSL97.82º72.12%67.65%-
HSV(B)97.82º51.29%90.98%-
XYZ45.7466.0725.97-
YUV196.0181.15100.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.27%
GREEN value IS 232 (91.02% from 255) = 46.22%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=31.27%
G=46.22%
B=22.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572321130.3200.510.0997.8272.1267.65
Hex9DE871200339624844
Octal2353501614006311142110104
Binary1001110111101000111000110000001100111001110001010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,232,113); }

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

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

 a { background-color: rgb(157,232,113); }

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

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

 span { border-color: rgb(157,232,113); }

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