#9BDD5C

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

Shades of Conifer #9BDD5C

Tints of Conifer #9BDD5C

Color information

#9BDD5C (or 0x9BDD5C) is unknown color: approx Conifer. HEX triplet: 9B, DD and 5C. RGB value is (155,221,92). Sum of RGB (Red+Green+Blue) = 155+221+92=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD5C is #6422A3. Grayscale: #BBBBBB. Windows color (decimal): -6562468 or 6086043. OLE color: 6086043.

HSL color Cylindrical-coordinate representation of color #9BDD5C: hue angle of 90.7º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BDD5C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB15522192-
CMYK0.3000.580.13
HSL90.7º65.48%61.37%-
HSV(B)90.7º58.37%86.67%-
XYZ41.3159.4519.42-
YUV186.5674.63105.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.12%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 92 (36.33% from 255) = 19.66%
R=33.12%
G=47.22%
B=19.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155221920.3000.580.1390.765.4861.37
Hex9BDD5C1E03AD5b413d
Octal233335134360721513310175
Binary10011011110111011011100111100111010110110110111000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,221,92); }

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

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

 a { background-color: rgb(155,221,92); }

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

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

 span { border-color: rgb(155,221,92); }

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