#9CDD68

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

Shades of Feijoa #9CDD68

Tints of Feijoa #9CDD68

Color information

#9CDD68 (or 0x9CDD68) is unknown color: approx Feijoa. HEX triplet: 9C, DD and 68. RGB value is (156,221,104). Sum of RGB (Red+Green+Blue) = 156+221+104=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD68 is #632297. Grayscale: #BCBCBC. Windows color (decimal): -6496920 or 6872476. OLE color: 6872476.

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

Color convert

RGB156221104-
CMYK0.2900.530.13
HSL93.33º63.24%63.73%-
HSV(B)93.33º52.94%86.67%-
XYZ42.0759.7822.42-
YUV188.2380.47105.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 221 (86.72% from 255) = 45.95%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=32.43%
G=45.95%
B=21.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562211040.2900.530.1393.3363.2463.73
Hex9CDD681D035D5d3f40
Octal234335150350651513577100
Binary10011100110111011101000111010110101110110111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,221,104); }

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

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

 a { background-color: rgb(156,221,104); }

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

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

 span { border-color: rgb(156,221,104); }

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