#9BDD54

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

Shades of Conifer #9BDD54

Tints of Conifer #9BDD54

Color information

#9BDD54 (or 0x9BDD54) is unknown color: approx Conifer. HEX triplet: 9B, DD and 54. RGB value is (155,221,84). Sum of RGB (Red+Green+Blue) = 155+221+84=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDD54 is #6422AB. Grayscale: #BABABA. Windows color (decimal): -6562476 or 5561755. OLE color: 5561755.

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

Color convert

RGB15522184-
CMYK0.3000.620.13
HSL88.91º66.83%59.8%-
HSV(B)88.91º61.99%86.67%-
XYZ40.9759.3217.68-
YUV185.6570.63106.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=33.70%
G=48.04%
B=18.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal155221840.3000.620.1388.9166.8359.8
Hex9BDD541E03ED59433c
Octal233335124360761513110374
Binary10011011110111011010100111100111110110110110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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