#94EB26

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

Shades of Green Yellow #94EB26

Tints of Green Yellow #94EB26

Color information

#94EB26 (or 0x94EB26) is unknown color: approx Green Yellow. HEX triplet: 94, EB and 26. RGB value is (148,235,38). Sum of RGB (Red+Green+Blue) = 148+235+38=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 235 (92.19% from 255 or 55.82% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EB26 is #6B14D9. Grayscale: #BBBBBB. Windows color (decimal): -7017690 or 2550676. OLE color: 2550676.

HSL color Cylindrical-coordinate representation of color #94EB26: hue angle of 86.5º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94EB26 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB14823538-
CMYK0.3700.840.08
HSL86.5º83.12%53.53%-
HSV(B)86.5º83.83%92.16%-
XYZ42.2765.8512.32-
YUV186.5344.18100.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 235 (92.19% from 255) = 55.82%
BLUE value IS 38 (15.23% from 255) = 9.03%
R=35.15%
G=55.82%
B=9.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148235380.3700.840.0886.583.1253.53
Hex94EB26250548565336
Octal224353464501241012612366
Binary100101001110101110011010010101010100100010101101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,38); }

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

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

 a { background-color: rgb(148,235,38); }

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

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

 span { border-color: rgb(148,235,38); }

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