#94EB3D

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

Shades of Atlantis #94EB3D

Tints of Atlantis #94EB3D

Color information

#94EB3D (or 0x94EB3D) is unknown color: approx Atlantis. HEX triplet: 94, EB and 3D. RGB value is (148,235,61). Sum of RGB (Red+Green+Blue) = 148+235+61=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 235 (92.19% from 255 or 52.93% from 444); Blue value is 61 (24.22% from 255 or 13.74% from 444); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EB3D is #6B14C2. Grayscale: #BDBDBD. Windows color (decimal): -7017667 or 4058004. OLE color: 4058004.

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

Color convert

RGB14823561-
CMYK0.3700.740.08
HSL90º81.31%58.04%-
HSV(B)90º74.04%92.16%-
XYZ42.7666.0514.91-
YUV189.1555.6898.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 235 (92.19% from 255) = 52.93%
BLUE value IS 61 (24.22% from 255) = 13.74%
R=33.33%
G=52.93%
B=13.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148235610.3700.740.089081.3158.04
Hex94EB3D2504A85a513a
Octal224353754501121013212172
Binary100101001110101111110110010101001010100010110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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