#9BE855

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

Shades of Conifer #9BE855

Tints of Conifer #9BE855

Color information

#9BE855 (or 0x9BE855) is unknown color: approx Conifer. HEX triplet: 9B, E8 and 55. RGB value is (155,232,85). Sum of RGB (Red+Green+Blue) = 155+232+85=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE855 is #6417AA. Grayscale: #C0C0C0. Windows color (decimal): -6559659 or 5630107. OLE color: 5630107.

HSL color Cylindrical-coordinate representation of color #9BE855: hue angle of 91.43º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BE855 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB15523285-
CMYK0.3300.630.09
HSL91.43º76.17%62.16%-
HSV(B)91.43º63.36%90.98%-
XYZ44.0165.3418.89-
YUV192.2267.49101.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 232 (91.02% from 255) = 49.15%
BLUE value IS 85 (33.59% from 255) = 18.01%
R=32.84%
G=49.15%
B=18.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155232850.3300.630.0991.4376.1762.16
Hex9BE8552103F95b4c3e
Octal233350125410771113311476
Binary100110111110100010101011000010111111100110110111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,232,85); }

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

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

 a { background-color: rgb(155,232,85); }

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

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

 span { border-color: rgb(155,232,85); }

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