#9BE85E

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

Shades of Conifer #9BE85E

Tints of Conifer #9BE85E

Color information

#9BE85E (or 0x9BE85E) is unknown color: approx Conifer. HEX triplet: 9B, E8 and 5E. RGB value is (155,232,94). Sum of RGB (Red+Green+Blue) = 155+232+94=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 232 (91.02% from 255 or 48.23% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 232 - color contains mainly: green. Hex color #9BE85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE85E is #6417A1. Grayscale: #C1C1C1. Windows color (decimal): -6559650 or 6219931. OLE color: 6219931.

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

Color convert

RGB15523294-
CMYK0.3300.590.09
HSL93.48º75%63.92%-
HSV(B)93.48º59.48%90.98%-
XYZ44.3965.4920.89-
YUV193.2471.99100.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 232 (91.02% from 255) = 48.23%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=32.22%
G=48.23%
B=19.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155232940.3300.590.0993.487563.92
Hex9BE85E2103B95d4b40
Octal2333501364107311135113100
Binary1001101111101000101111010000101110111001101110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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