#94DA1A

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

Shades of Yellow Green #94DA1A

Tints of Yellow Green #94DA1A

Color information

#94DA1A (or 0x94DA1A) is unknown color: approx Yellow Green. HEX triplet: 94, DA and 1A. RGB value is (148,218,26). Sum of RGB (Red+Green+Blue) = 148+218+26=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA1A is #6B25E5. Grayscale: #AFAFAF. Windows color (decimal): -7022054 or 1759892. OLE color: 1759892.

HSL color Cylindrical-coordinate representation of color #94DA1A: hue angle of 81.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94DA1A is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB14821826-
CMYK0.3200.880.15
HSL81.88º78.69%47.84%-
HSV(B)81.88º88.07%85.49%-
XYZ37.4756.519.91-
YUV175.1843.81108.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 218 (85.55% from 255) = 55.61%
BLUE value IS 26 (10.55% from 255) = 6.63%
R=37.76%
G=55.61%
B=6.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148218260.3200.880.1581.8878.6947.84
Hex94DA1A20058F524f30
Octal224332324001301712211760
Binary10010100110110101101010000001011000111110100101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,26); }

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

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

 a { background-color: rgb(148,218,26); }

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

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

 span { border-color: rgb(148,218,26); }

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