#9DE580

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

Shades of Feijoa #9DE580

Tints of Feijoa #9DE580

Color information

#9DE580 (or 0x9DE580) is unknown color: approx Feijoa. HEX triplet: 9D, E5 and 80. RGB value is (157,229,128). Sum of RGB (Red+Green+Blue) = 157+229+128=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE580 is #621A7F. Grayscale: #C4C4C4. Windows color (decimal): -6429312 or 8447389. OLE color: 8447389.

HSL color Cylindrical-coordinate representation of color #9DE580: hue angle of 102.77º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DE580 is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB157229128-
CMYK0.3100.440.10
HSL102.77º66.01%70%-
HSV(B)102.77º44.1%89.8%-
XYZ45.8264.7730.51-
YUV195.9689.65100.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 229 (89.84% from 255) = 44.55%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=30.54%
G=44.55%
B=24.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572291280.3100.440.10102.7766.0170
Hex9DE5801F02CA674246
Octal2353452003705412147102106
Binary1001110111100101100000001111101011001010110011110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,229,128); }

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

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

 a { background-color: rgb(157,229,128); }

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

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

 span { border-color: rgb(157,229,128); }

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