#94EA2F

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

Shades of Atlantis #94EA2F

Tints of Atlantis #94EA2F

Color information

#94EA2F (or 0x94EA2F) is unknown color: approx Atlantis. HEX triplet: 94, EA and 2F. RGB value is (148,234,47). Sum of RGB (Red+Green+Blue) = 148+234+47=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 47 (18.75% from 255 or 10.96% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EA2F is #6B15D0. Grayscale: #BBBBBB. Windows color (decimal): -7017937 or 3140244. OLE color: 3140244.

HSL color Cylindrical-coordinate representation of color #94EA2F: hue angle of 87.59º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94EA2F is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB14823447-
CMYK0.3700.800.08
HSL87.59º81.66%55.1%-
HSV(B)87.59º79.91%91.76%-
XYZ42.1565.3513.08-
YUV186.9749.01100.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 234 (91.80% from 255) = 54.55%
BLUE value IS 47 (18.75% from 255) = 10.96%
R=34.50%
G=54.55%
B=10.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148234470.3700.800.0887.5981.6655.1
Hex94EA2F250508585237
Octal224352574501201013012267
Binary100101001110101010111110010101010000100010110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,47); }

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

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

 a { background-color: rgb(148,234,47); }

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

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

 span { border-color: rgb(148,234,47); }

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