#9DE06E

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

Shades of Feijoa #9DE06E

Tints of Feijoa #9DE06E

Color information

#9DE06E (or 0x9DE06E) is unknown color: approx Feijoa. HEX triplet: 9D, E0 and 6E. RGB value is (157,224,110). Sum of RGB (Red+Green+Blue) = 157+224+110=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE06E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE06E is #621F91. Grayscale: #BFBFBF. Windows color (decimal): -6430610 or 7266461. OLE color: 7266461.

HSL color Cylindrical-coordinate representation of color #9DE06E: hue angle of 95.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DE06E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB157224110-
CMYK0.3000.510.12
HSL95.26º64.77%65.49%-
HSV(B)95.26º50.89%87.84%-
XYZ43.3761.6124.36-
YUV190.9782.3103.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 224 (87.89% from 255) = 45.62%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=31.98%
G=45.62%
B=22.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241100.3000.510.1295.2664.7765.49
Hex9DE06E1E033C5f4141
Octal2353401563606314137101101
Binary100111011110000011011101111001100111100101111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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