#9DE76C

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

Shades of Feijoa #9DE76C

Tints of Feijoa #9DE76C

Color information

#9DE76C (or 0x9DE76C) is unknown color: approx Feijoa. HEX triplet: 9D, E7 and 6C. RGB value is (157,231,108). Sum of RGB (Red+Green+Blue) = 157+231+108=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 231 - color contains mainly: green. Hex color #9DE76C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE76C is #621893. Grayscale: #C3C3C3. Windows color (decimal): -6428820 or 7137181. OLE color: 7137181.

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

Color convert

RGB157231108-
CMYK0.3200.530.09
HSL96.1º71.93%66.47%-
HSV(B)96.1º53.25%90.59%-
XYZ45.1965.424.43-
YUV194.8578.98101-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.65%
GREEN value IS 231 (90.62% from 255) = 46.57%
BLUE value IS 108 (42.58% from 255) = 21.77%
R=31.65%
G=46.57%
B=21.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572311080.3200.530.0996.171.9366.47
Hex9DE76C200359604842
Octal2353471544006511140110102
Binary1001110111100111110110010000001101011001110000010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,231,108); }

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

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

 a { background-color: rgb(157,231,108); }

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

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

 span { border-color: rgb(157,231,108); }

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