#96E75E

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

Shades of Conifer #96E75E

Tints of Conifer #96E75E

Color information

#96E75E (or 0x96E75E) is unknown color: approx Conifer. HEX triplet: 96, E7 and 5E. RGB value is (150,231,94). Sum of RGB (Red+Green+Blue) = 150+231+94=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 231 (90.62% from 255 or 48.63% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 231 - color contains mainly: green. Hex color #96E75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E75E is #6918A1. Grayscale: #BFBFBF. Windows color (decimal): -6887586 or 6219670. OLE color: 6219670.

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

Color convert

RGB15023194-
CMYK0.3500.590.09
HSL95.47º74.05%63.73%-
HSV(B)95.47º59.31%90.59%-
XYZ43.1764.4420.75-
YUV191.1673.1698.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.58%
GREEN value IS 231 (90.62% from 255) = 48.63%
BLUE value IS 94 (37.11% from 255) = 19.79%
R=31.58%
G=48.63%
B=19.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150231940.3500.590.0995.4774.0563.73
Hex96E75E2303B95f4a40
Octal2263471364307311137112100
Binary1001011011100111101111010001101110111001101111110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,94); }

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

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

 a { background-color: rgb(150,231,94); }

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

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

 span { border-color: rgb(150,231,94); }

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