#9BF961

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

Shades of Conifer #9BF961

Tints of Conifer #9BF961

Color information

#9BF961 (or 0x9BF961) is unknown color: approx Conifer. HEX triplet: 9B, F9 and 61. RGB value is (155,249,97). Sum of RGB (Red+Green+Blue) = 155+249+97=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF961 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF961 is #64069E. Grayscale: #CCCCCC. Windows color (decimal): -6555295 or 6420891. OLE color: 6420891.

HSL color Cylindrical-coordinate representation of color #9BF961: hue angle of 97.11º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BF961 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB15524997-
CMYK0.3800.610.02
HSL97.11º92.68%67.84%-
HSV(B)97.11º61.04%97.65%-
XYZ49.5575.5823.29-
YUV203.5767.8693.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 249 (97.66% from 255) = 49.70%
BLUE value IS 97 (38.28% from 255) = 19.36%
R=30.94%
G=49.70%
B=19.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155249970.3800.610.0297.1192.6867.84
Hex9BF9612603D2615d44
Octal233371141460752141135104
Binary10011011111110011100001100110011110110110000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,97); }

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

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

 a { background-color: rgb(155,249,97); }

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

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

 span { border-color: rgb(155,249,97); }

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