#9BF75A

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

Shades of Conifer #9BF75A

Tints of Conifer #9BF75A

Color information

#9BF75A (or 0x9BF75A) is unknown color: approx Conifer. HEX triplet: 9B, F7 and 5A. RGB value is (155,247,90). Sum of RGB (Red+Green+Blue) = 155+247+90=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF75A is #6408A5. Grayscale: #CACACA. Windows color (decimal): -6555814 or 5961627. OLE color: 5961627.

HSL color Cylindrical-coordinate representation of color #9BF75A: hue angle of 95.16º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BF75A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB15524790-
CMYK0.3700.640.03
HSL95.16º90.75%66.08%-
HSV(B)95.16º63.56%96.86%-
XYZ48.6274.2321.44-
YUV201.5965.0294.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=31.50%
G=50.20%
B=18.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal155247900.3700.640.0395.1690.7566.08
Hex9BF75A2504035f5b42
Octal2333671324501003137133102
Binary100110111111011110110101001010100000011101111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,247,90); }

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

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

 a { background-color: rgb(155,247,90); }

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

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

 span { border-color: rgb(155,247,90); }

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