#9CD969

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

Shades of Feijoa #9CD969

Tints of Feijoa #9CD969

Color information

#9CD969 (or 0x9CD969) is unknown color: approx Feijoa. HEX triplet: 9C, D9 and 69. RGB value is (156,217,105). Sum of RGB (Red+Green+Blue) = 156+217+105=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #9CD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD969 is #632696. Grayscale: #BABABA. Windows color (decimal): -6497943 or 6936988. OLE color: 6936988.

HSL color Cylindrical-coordinate representation of color #9CD969: hue angle of 92.68º degrees, saturation: 0.6, 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 #9CD969 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB156217105-
CMYK0.2800.520.15
HSL92.68º59.57%63.14%-
HSV(B)92.68º51.61%85.1%-
XYZ41.0757.7122.34-
YUV185.9982.29106.61-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=32.64%
G=45.40%
B=21.97%

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
Decimal1562171050.2800.520.1592.6859.5763.14
Hex9CD9691C034F5d3c3f
Octal23433115134064171357477
Binary1001110011011001110100111100011010011111011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,217,105); }

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

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

 a { background-color: rgb(156,217,105); }

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

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

 span { border-color: rgb(156,217,105); }

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