#96C427

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

Shades of Yellow Green #96C427

Tints of Yellow Green #96C427

Color information

#96C427 (or 0x96C427) is unknown color: approx Yellow Green. HEX triplet: 96, C4 and 27. RGB value is (150,196,39). Sum of RGB (Red+Green+Blue) = 150+196+39=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #96C427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C427 is #693BD8. Grayscale: #A4A4A4. Windows color (decimal): -6896601 or 2606230. OLE color: 2606230.

HSL color Cylindrical-coordinate representation of color #96C427: hue angle of 77.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #96C427 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB15019639-
CMYK0.2300.800.23
HSL77.58º66.81%46.08%-
HSV(B)77.58º80.1%76.86%-
XYZ32.6846.119.1-
YUV164.3557.26117.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 196 (76.95% from 255) = 50.91%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=38.96%
G=50.91%
B=10.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150196390.2300.800.2377.5866.8146.08
Hex96C42717050174e432e
Octal226304472701202711610356
Binary100101101100010010011110111010100001011110011101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,196,39); }

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

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

 a { background-color: rgb(150,196,39); }

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

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

 span { border-color: rgb(150,196,39); }

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