#9DD66A

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

Shades of Feijoa #9DD66A

Tints of Feijoa #9DD66A

Color information

#9DD66A (or 0x9DD66A) is unknown color: approx Feijoa. HEX triplet: 9D, D6 and 6A. RGB value is (157,214,106). Sum of RGB (Red+Green+Blue) = 157+214+106=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD66A is #622995. Grayscale: #B9B9B9. Windows color (decimal): -6433174 or 7001757. OLE color: 7001757.

HSL color Cylindrical-coordinate representation of color #9DD66A: hue angle of 91.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DD66A is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB157214106-
CMYK0.2700.500.16
HSL91.67º56.84%62.75%-
HSV(B)91.67º50.47%83.92%-
XYZ40.5556.322.37-
YUV184.6483.62108.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 214 (83.98% from 255) = 44.86%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=32.91%
G=44.86%
B=22.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1572141060.2700.500.1691.6756.8462.75
Hex9DD66A1B032105c393f
Octal23532615233062201347177
Binary10011101110101101101010110110110010100001011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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