#9DEA7E

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

Shades of Feijoa #9DEA7E

Tints of Feijoa #9DEA7E

Color information

#9DEA7E (or 0x9DEA7E) is unknown color: approx Feijoa. HEX triplet: 9D, EA and 7E. RGB value is (157,234,126). Sum of RGB (Red+Green+Blue) = 157+234+126=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA7E is #621581. Grayscale: #C7C7C7. Windows color (decimal): -6428034 or 8317597. OLE color: 8317597.

HSL color Cylindrical-coordinate representation of color #9DEA7E: hue angle of 102.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DEA7E is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB157234126-
CMYK0.3300.460.08
HSL102.78º72%70.59%-
HSV(B)102.78º46.15%91.76%-
XYZ47.0967.5230.29-
YUV198.6686.9998.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 234 (91.80% from 255) = 45.26%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=30.37%
G=45.26%
B=24.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572341260.3300.460.08102.787270.59
Hex9DEA7E2102E8674847
Octal2353521764105610147110107
Binary1001110111101010111111010000101011101000110011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,234,126); }

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

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

 a { background-color: rgb(157,234,126); }

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

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

 span { border-color: rgb(157,234,126); }

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