#9BD967

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

Shades of Feijoa #9BD967

Tints of Feijoa #9BD967

Color information

#9BD967 (or 0x9BD967) is unknown color: approx Feijoa. HEX triplet: 9B, D9 and 67. RGB value is (155,217,103). Sum of RGB (Red+Green+Blue) = 155+217+103=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD967 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD967 is #642698. Grayscale: #B9B9B9. Windows color (decimal): -6563481 or 6805915. OLE color: 6805915.

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

Color convert

RGB155217103-
CMYK0.2900.530.15
HSL92.63º60%62.75%-
HSV(B)92.63º52.53%85.1%-
XYZ40.7857.5721.8-
YUV185.4781.46106.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=32.63%
G=45.68%
B=21.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171030.2900.530.1592.636062.75
Hex9BD9671D035F5d3c3f
Octal23333114735065171357477
Binary1001101111011001110011111101011010111111011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,103); }

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

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

 a { background-color: rgb(155,217,103); }

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

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

 span { border-color: rgb(155,217,103); }

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