#9BED59

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

Shades of Conifer #9BED59

Tints of Conifer #9BED59

Color information

#9BED59 (or 0x9BED59) is unknown color: approx Conifer. HEX triplet: 9B, ED and 59. RGB value is (155,237,89). Sum of RGB (Red+Green+Blue) = 155+237+89=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED59 is #6412A6. Grayscale: #C4C4C4. Windows color (decimal): -6558375 or 5893531. OLE color: 5893531.

HSL color Cylindrical-coordinate representation of color #9BED59: hue angle of 93.24º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BED59 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB15523789-
CMYK0.3500.620.07
HSL93.24º80.43%63.92%-
HSV(B)93.24º62.45%92.94%-
XYZ45.668.2620.22-
YUV195.6167.8399.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 237 (92.97% from 255) = 49.27%
BLUE value IS 89 (35.16% from 255) = 18.50%
R=32.22%
G=49.27%
B=18.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal155237890.3500.620.0793.2480.4363.92
Hex9BED592303E75d5040
Octal233355131430767135120100
Binary100110111110110110110011000110111110111101110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BED59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,237,89); }

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

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

 a { background-color: rgb(155,237,89); }

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

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

 span { border-color: rgb(155,237,89); }

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