#96D12A

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

Shades of Yellow Green #96D12A

Tints of Yellow Green #96D12A

Color information

#96D12A (or 0x96D12A) is unknown color: approx Yellow Green. HEX triplet: 96, D1 and 2A. RGB value is (150,209,42). Sum of RGB (Red+Green+Blue) = 150+209+42=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #96D12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D12A is #692ED5. Grayscale: #ACACAC. Windows color (decimal): -6893270 or 2806166. OLE color: 2806166.

HSL color Cylindrical-coordinate representation of color #96D12A: hue angle of 81.2º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96D12A is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB15020942-
CMYK0.2800.800.18
HSL81.2º66.53%49.22%-
HSV(B)81.2º79.9%81.96%-
XYZ35.852.2510.39-
YUV172.3254.45112.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 209 (82.03% from 255) = 52.12%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=37.41%
G=52.12%
B=10.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150209420.2800.800.1881.266.5349.22
Hex96D12A1C05012514331
Octal226321523401202212110361
Binary100101101101000110101011100010100001001010100011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,209,42); }

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

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

 a { background-color: rgb(150,209,42); }

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

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

 span { border-color: rgb(150,209,42); }

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