#9BF062

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

Shades of Conifer #9BF062

Tints of Conifer #9BF062

Color information

#9BF062 (or 0x9BF062) is unknown color: approx Conifer. HEX triplet: 9B, F0 and 62. RGB value is (155,240,98). Sum of RGB (Red+Green+Blue) = 155+240+98=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF062 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF062 is #640F9D. Grayscale: #C6C6C6. Windows color (decimal): -6557598 or 6484123. OLE color: 6484123.

HSL color Cylindrical-coordinate representation of color #9BF062: hue angle of 95.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF062 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB15524098-
CMYK0.3500.590.06
HSL95.92º82.56%66.27%-
HSV(B)95.92º59.17%94.12%-
XYZ46.8870.1722.63-
YUV198.471.3497.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 98 (38.67% from 255) = 19.88%
R=31.44%
G=48.68%
B=19.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal155240980.3500.590.0695.9282.5666.27
Hex9BF0622303B6605342
Octal233360142430736140123102
Binary100110111111000011000101000110111011110110000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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