#9BE362

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

Shades of Conifer #9BE362

Tints of Conifer #9BE362

Color information

#9BE362 (or 0x9BE362) is unknown color: approx Conifer. HEX triplet: 9B, E3 and 62. RGB value is (155,227,98). Sum of RGB (Red+Green+Blue) = 155+227+98=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 98 (38.67% from 255 or 20.42% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE362 is #641C9D. Grayscale: #BFBFBF. Windows color (decimal): -6560926 or 6480795. OLE color: 6480795.

HSL color Cylindrical-coordinate representation of color #9BE362: hue angle of 93.49º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BE362 is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB15522798-
CMYK0.3200.570.11
HSL93.49º69.73%63.73%-
HSV(B)93.49º56.83%89.02%-
XYZ43.1962.7921.4-
YUV190.7775.65102.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 98 (38.67% from 255) = 20.42%
R=32.29%
G=47.29%
B=20.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal155227980.3200.570.1193.4969.7363.73
Hex9BE36220039B5d4640
Octal2333431424007113135106100
Binary1001101111100011110001010000001110011011101110110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,227,98); }

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

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

 a { background-color: rgb(155,227,98); }

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

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

 span { border-color: rgb(155,227,98); }

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