#94C134

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

Shades of Yellow Green #94C134

Tints of Yellow Green #94C134

Color information

#94C134 (or 0x94C134) is unknown color: approx Yellow Green. HEX triplet: 94, C1 and 34. RGB value is (148,193,52). Sum of RGB (Red+Green+Blue) = 148+193+52=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #94C134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C134 is #6B3ECB. Grayscale: #A3A3A3. Windows color (decimal): -7028428 or 3457428. OLE color: 3457428.

HSL color Cylindrical-coordinate representation of color #94C134: hue angle of 79.15º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94C134 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB14819352-
CMYK0.2300.730.24
HSL79.15º57.55%48.04%-
HSV(B)79.15º73.06%75.69%-
XYZ31.944.6810.19-
YUV163.4765.09116.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 193 (75.78% from 255) = 49.11%
BLUE value IS 52 (20.70% from 255) = 13.23%
R=37.66%
G=49.11%
B=13.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193520.2300.730.2479.1557.5548.04
Hex94C13417049184f3a30
Octal22430164270111301177260
Binary10010100110000011101001011101001001110001001111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C134; }

 p { color: rgb(148,193,52); }

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

<style>
 a { background-color: #94C134; }

 a { background-color: rgb(148,193,52); }

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

<style>
 span { border-color: #94C134; }

 span { border-color: rgb(148,193,52); }

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