#9DDA68

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

Shades of Feijoa #9DDA68

Tints of Feijoa #9DDA68

Color information

#9DDA68 (or 0x9DDA68) is unknown color: approx Feijoa. HEX triplet: 9D, DA and 68. RGB value is (157,218,104). Sum of RGB (Red+Green+Blue) = 157+218+104=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA68 is #622597. Grayscale: #BBBBBB. Windows color (decimal): -6432152 or 6871709. OLE color: 6871709.

HSL color Cylindrical-coordinate representation of color #9DDA68: hue angle of 92.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DDA68 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB157218104-
CMYK0.2800.520.15
HSL92.11º60.64%63.14%-
HSV(B)92.11º52.29%85.49%-
XYZ41.4758.3122.17-
YUV186.7681.29106.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=32.78%
G=45.51%
B=21.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1572181040.2800.520.1592.1160.6463.14
Hex9DDA681C034F5c3d3f
Octal23533215034064171347577
Binary1001110111011010110100011100011010011111011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,218,104); }

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

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

 a { background-color: rgb(157,218,104); }

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

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

 span { border-color: rgb(157,218,104); }

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