#9DEA6A

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

Shades of Feijoa #9DEA6A

Tints of Feijoa #9DEA6A

Color information

#9DEA6A (or 0x9DEA6A) is unknown color: approx Feijoa. HEX triplet: 9D, EA and 6A. RGB value is (157,234,106). Sum of RGB (Red+Green+Blue) = 157+234+106=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA6A is #621595. Grayscale: #C4C4C4. Windows color (decimal): -6428054 or 7006877. OLE color: 7006877.

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

Color convert

RGB157234106-
CMYK0.3300.550.08
HSL96.09º75.29%66.67%-
HSV(B)96.09º54.7%91.76%-
XYZ45.9367.0524.16-
YUV196.3876.9999.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.59%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=31.59%
G=47.08%
B=21.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572341060.3300.550.0896.0975.2966.67
Hex9DEA6A210378604b43
Octal2353521524106710140113103
Binary1001110111101010110101010000101101111000110000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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