#9DF96B

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

Shades of Feijoa #9DF96B

Tints of Feijoa #9DF96B

Color information

#9DF96B (or 0x9DF96B) is unknown color: approx Feijoa. HEX triplet: 9D, F9 and 6B. RGB value is (157,249,107). Sum of RGB (Red+Green+Blue) = 157+249+107=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF96B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF96B is #620694. Grayscale: #CDCDCD. Windows color (decimal): -6424213 or 7076253. OLE color: 7076253.

HSL color Cylindrical-coordinate representation of color #9DF96B: hue angle of 98.87º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DF96B is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB157249107-
CMYK0.3700.570.02
HSL98.87º92.21%69.8%-
HSV(B)98.87º57.03%97.65%-
XYZ50.4375.9825.92-
YUV205.372.5293.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.60%
GREEN value IS 249 (97.66% from 255) = 48.54%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=30.60%
G=48.54%
B=20.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1572491070.3700.570.0298.8792.2169.8
Hex9DF96B250392635c46
Octal235371153450712143134106
Binary10011101111110011101011100101011100110110001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,249,107); }

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

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

 a { background-color: rgb(157,249,107); }

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

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

 span { border-color: rgb(157,249,107); }

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