#9DE06A

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

Shades of Feijoa #9DE06A

Tints of Feijoa #9DE06A

Color information

#9DE06A (or 0x9DE06A) is unknown color: approx Feijoa. HEX triplet: 9D, E0 and 6A. RGB value is (157,224,106). Sum of RGB (Red+Green+Blue) = 157+224+106=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE06A is #621F95. Grayscale: #BEBEBE. Windows color (decimal): -6430614 or 7004317. OLE color: 7004317.

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

Color convert

RGB157224106-
CMYK0.3000.530.12
HSL94.07º65.56%64.71%-
HSV(B)94.07º52.68%87.84%-
XYZ43.1661.5223.24-
YUV190.5280.3104.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.24%
GREEN value IS 224 (87.89% from 255) = 46.00%
BLUE value IS 106 (41.80% from 255) = 21.77%
R=32.24%
G=46.00%
B=21.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572241060.3000.530.1294.0765.5664.71
Hex9DE06A1E035C5e4241
Octal2353401523606514136102101
Binary100111011110000011010101111001101011100101111010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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