#9BE060

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

Shades of Conifer #9BE060

Tints of Conifer #9BE060

Color information

#9BE060 (or 0x9BE060) is unknown color: approx Conifer. HEX triplet: 9B, E0 and 60. RGB value is (155,224,96). Sum of RGB (Red+Green+Blue) = 155+224+96=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE060 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE060 is #641F9F. Grayscale: #BDBDBD. Windows color (decimal): -6561696 or 6348955. OLE color: 6348955.

HSL color Cylindrical-coordinate representation of color #9BE060: hue angle of 92.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BE060 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB15522496-
CMYK0.3100.570.12
HSL92.34º67.37%62.75%-
HSV(B)92.34º57.14%87.84%-
XYZ42.2861.1220.64-
YUV188.7875.64103.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=32.63%
G=47.16%
B=20.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155224960.3100.570.1292.3467.3762.75
Hex9BE0601F039C5c433f
Octal233340140370711413410377
Binary10011011111000001100000111110111001110010111001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,224,96); }

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

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

 a { background-color: rgb(155,224,96); }

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

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

 span { border-color: rgb(155,224,96); }

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