#96E65F

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

Shades of Conifer #96E65F

Tints of Conifer #96E65F

Color information

#96E65F (or 0x96E65F) is unknown color: approx Conifer. HEX triplet: 96, E6 and 5F. RGB value is (150,230,95). Sum of RGB (Red+Green+Blue) = 150+230+95=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #96E65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E65F is #6919A0. Grayscale: #BFBFBF. Windows color (decimal): -6887841 or 6284950. OLE color: 6284950.

HSL color Cylindrical-coordinate representation of color #96E65F: hue angle of 95.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96E65F is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB15023095-
CMYK0.3500.590.10
HSL95.56º72.97%63.73%-
HSV(B)95.56º58.7%90.2%-
XYZ42.9463.920.9-
YUV190.697498.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 95 (37.5% from 255) = 20%
R=31.58%
G=48.42%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal150230950.3500.590.1095.5672.9763.73
Hex96E65F2303BA604940
Octal2263461374307312140111100
Binary1001011011100110101111110001101110111010110000010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,230,95); }

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

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

 a { background-color: rgb(150,230,95); }

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

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

 span { border-color: rgb(150,230,95); }

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