#9BDA60

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

Shades of Conifer #9BDA60

Tints of Conifer #9BDA60

Color information

#9BDA60 (or 0x9BDA60) is unknown color: approx Conifer. HEX triplet: 9B, DA and 60. RGB value is (155,218,96). Sum of RGB (Red+Green+Blue) = 155+218+96=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDA60 is #64259F. Grayscale: #B9B9B9. Windows color (decimal): -6563232 or 6347419. OLE color: 6347419.

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

Color convert

RGB15521896-
CMYK0.2900.560.15
HSL90.98º62.24%61.57%-
HSV(B)90.98º55.96%85.49%-
XYZ40.757.9620.11-
YUV185.2577.63106.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 218 (85.55% from 255) = 46.48%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=33.05%
G=46.48%
B=20.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal155218960.2900.560.1590.9862.2461.57
Hex9BDA601D038F5b3e3e
Octal23333214035070171337676
Binary1001101111011010110000011101011100011111011011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,218,96); }

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

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

 a { background-color: rgb(155,218,96); }

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

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

 span { border-color: rgb(155,218,96); }

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