#96FB5A

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

Shades of Conifer #96FB5A

Tints of Conifer #96FB5A

Color information

#96FB5A (or 0x96FB5A) is unknown color: approx Conifer. HEX triplet: 96, FB and 5A. RGB value is (150,251,90). Sum of RGB (Red+Green+Blue) = 150+251+90=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB5A is #6904A5. Grayscale: #CACACA. Windows color (decimal): -6882470 or 5962646. OLE color: 5962646.

HSL color Cylindrical-coordinate representation of color #96FB5A: hue angle of 97.64º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96FB5A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB15025190-
CMYK0.4000.640.02
HSL97.64º95.27%66.86%-
HSV(B)97.64º64.14%98.43%-
XYZ48.9276.2221.81-
YUV202.4564.5490.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 251 (98.44% from 255) = 51.12%
BLUE value IS 90 (35.55% from 255) = 18.33%
R=30.55%
G=51.12%
B=18.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150251900.4000.640.0297.6495.2766.86
Hex96FB5A280402625f43
Octal2263731325001002142137103
Binary100101101111101110110101010000100000010110001010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FB5A; }

 p { color: rgb(150,251,90); }

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

<style>
 a { background-color: #96FB5A; }

 a { background-color: rgb(150,251,90); }

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

<style>
 span { border-color: #96FB5A; }

 span { border-color: rgb(150,251,90); }

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