#9DE070

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

Shades of Feijoa #9DE070

Tints of Feijoa #9DE070

Color information

#9DE070 (or 0x9DE070) is unknown color: approx Feijoa. HEX triplet: 9D, E0 and 70. RGB value is (157,224,112). Sum of RGB (Red+Green+Blue) = 157+224+112=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE070 is #621F8F. Grayscale: #BFBFBF. Windows color (decimal): -6430608 or 7397533. OLE color: 7397533.

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

Color convert

RGB157224112-
CMYK0.3000.500.12
HSL95.89º64.37%65.88%-
HSV(B)95.89º50%87.84%-
XYZ43.4861.6524.94-
YUV191.283.3103.61-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.85%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=31.85%
G=45.44%
B=22.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241120.3000.500.1295.8964.3765.88
Hex9DE0701E032C604042
Octal2353401603606214140100102
Binary100111011110000011100001111001100101100110000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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