#9DE26A

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

Shades of Feijoa #9DE26A

Tints of Feijoa #9DE26A

Color information

#9DE26A (or 0x9DE26A) is unknown color: approx Feijoa. HEX triplet: 9D, E2 and 6A. RGB value is (157,226,106). Sum of RGB (Red+Green+Blue) = 157+226+106=489 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.11% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE26A is #621D95. Grayscale: #C0C0C0. Windows color (decimal): -6430102 or 7004829. OLE color: 7004829.

HSL color Cylindrical-coordinate representation of color #9DE26A: hue angle of 94.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DE26A is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB157226106-
CMYK0.3100.530.11
HSL94.5º67.42%65.1%-
HSV(B)94.5º53.1%88.63%-
XYZ43.762.623.42-
YUV191.6979.64103.26-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.11%
GREEN value IS 226 (88.67% from 255) = 46.22%
BLUE value IS 106 (41.80% from 255) = 21.68%
R=32.11%
G=46.22%
B=21.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572261060.3100.530.1194.567.4265.1
Hex9DE26A1F035B5e4341
Octal2353421523706513136103101
Binary100111011110001011010101111101101011011101111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,226,106); }

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

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

 a { background-color: rgb(157,226,106); }

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

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

 span { border-color: rgb(157,226,106); }

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