#96C126

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

Shades of Yellow Green #96C126

Tints of Yellow Green #96C126

Color information

#96C126 (or 0x96C126) is unknown color: approx Yellow Green. HEX triplet: 96, C1 and 26. RGB value is (150,193,38). Sum of RGB (Red+Green+Blue) = 150+193+38=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 38 (15.23% from 255 or 9.97% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #96C126 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C126 is #693ED9. Grayscale: #A3A3A3. Windows color (decimal): -6897370 or 2539926. OLE color: 2539926.

HSL color Cylindrical-coordinate representation of color #96C126: hue angle of 76.65º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96C126 is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB15019338-
CMYK0.2200.800.24
HSL76.65º67.1%45.29%-
HSV(B)76.65º80.31%75.69%-
XYZ3244.768.79-
YUV162.4757.75119.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 38 (15.23% from 255) = 9.97%
R=39.37%
G=50.66%
B=9.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150193380.2200.800.2476.6567.145.29
Hex96C12616050184d432d
Octal226301462601203011510355
Binary100101101100000110011010110010100001100010011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,193,38); }

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

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

 a { background-color: rgb(150,193,38); }

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

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

 span { border-color: rgb(150,193,38); }

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