#9CDB68

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

Shades of Feijoa #9CDB68

Tints of Feijoa #9CDB68

Color information

#9CDB68 (or 0x9CDB68) is unknown color: approx Feijoa. HEX triplet: 9C, DB and 68. RGB value is (156,219,104). Sum of RGB (Red+Green+Blue) = 156+219+104=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB68 is #632497. Grayscale: #BBBBBB. Windows color (decimal): -6497432 or 6871964. OLE color: 6871964.

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

Color convert

RGB156219104-
CMYK0.2900.530.14
HSL92.87º61.5%63.33%-
HSV(B)92.87º52.51%85.88%-
XYZ41.5458.7322.24-
YUV187.0581.13105.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 219 (85.94% from 255) = 45.72%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=32.57%
G=45.72%
B=21.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191040.2900.530.1492.8761.563.33
Hex9CDB681D035E5d3d3f
Octal23433315035065161357577
Binary1001110011011011110100011101011010111101011101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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