#96f25e

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

Shades of Conifer #96F25E

Tints of Conifer #96F25E

Color information

#96F25E (or 0x96F25E) is unknown color: approx Conifer. HEX triplet: 96, F2 and 5E. RGB value is (150,242,94). Sum of RGB (Red+Green+Blue) = 150+242+94=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #96F25E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F25E is #690DA1. Grayscale: #C6C6C6. Windows color (decimal): -6884770 or 6222486. OLE color: 6222486.

HSL color Cylindrical-coordinate representation of color #96F25E: hue angle of 97.3º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96F25E is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB15024294-
CMYK0.3800.610.05
HSL97.3º85.06%65.88%-
HSV(B)97.3º61.16%94.9%-
XYZ46.3570.821.81-
YUV197.6269.5294.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 242 (94.92% from 255) = 49.79%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=30.86%
G=49.79%
B=19.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal150242940.3800.610.0597.385.0665.88
Hex96F25E2603D5615542
Octal226362136460755141125102
Binary100101101111001010111101001100111101101110000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96f25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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