#9DDE6A

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

Shades of Feijoa #9DDE6A

Tints of Feijoa #9DDE6A

Color information

#9DDE6A (or 0x9DDE6A) is unknown color: approx Feijoa. HEX triplet: 9D, DE and 6A. RGB value is (157,222,106). Sum of RGB (Red+Green+Blue) = 157+222+106=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDE6A is #622195. Grayscale: #BDBDBD. Windows color (decimal): -6431126 or 7003805. OLE color: 7003805.

HSL color Cylindrical-coordinate representation of color #9DDE6A: hue angle of 93.62º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DDE6A is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB157222106-
CMYK0.2900.520.13
HSL93.62º63.74%64.31%-
HSV(B)93.62º52.25%87.06%-
XYZ42.6360.4523.06-
YUV189.3480.97104.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 106 (41.80% from 255) = 21.86%
R=32.37%
G=45.77%
B=21.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1572221060.2900.520.1393.6263.7464.31
Hex9DDE6A1D034D5e4040
Octal2353361523506415136100100
Binary100111011101111011010101110101101001101101111010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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