#9DE967

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

Shades of Feijoa #9DE967

Tints of Feijoa #9DE967

Color information

#9DE967 (or 0x9DE967) is unknown color: approx Feijoa. HEX triplet: 9D, E9 and 67. RGB value is (157,233,103). Sum of RGB (Red+Green+Blue) = 157+233+103=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE967 is #621698. Grayscale: #C3C3C3. Windows color (decimal): -6428313 or 6810013. OLE color: 6810013.

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

Color convert

RGB157233103-
CMYK0.3300.560.09
HSL95.08º74.71%65.88%-
HSV(B)95.08º55.79%91.37%-
XYZ45.4966.4323.26-
YUV195.4675.82100.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=31.85%
G=47.26%
B=20.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331030.3300.560.0995.0874.7165.88
Hex9DE9672103895f4b42
Octal2353511474107011137113102
Binary1001110111101001110011110000101110001001101111110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,233,103); }

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

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

 a { background-color: rgb(157,233,103); }

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

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

 span { border-color: rgb(157,233,103); }

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