#94D94F

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

Shades of Atlantis #94D94F

Tints of Atlantis #94D94F

Color information

#94D94F (or 0x94D94F) is unknown color: approx Atlantis. HEX triplet: 94, D9 and 4F. RGB value is (148,217,79). Sum of RGB (Red+Green+Blue) = 148+217+79=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 217 (85.16% from 255 or 48.87% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 217 - color contains mainly: green. Hex color #94D94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D94F is #6B26B0. Grayscale: #B5B5B5. Windows color (decimal): -7022257 or 5233044. OLE color: 5233044.

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

Color convert

RGB14821779-
CMYK0.3200.640.15
HSL90º64.49%58.04%-
HSV(B)90º63.59%85.1%-
XYZ38.4456.4916.27-
YUV180.6470.64104.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 217 (85.16% from 255) = 48.87%
BLUE value IS 79 (31.25% from 255) = 17.79%
R=33.33%
G=48.87%
B=17.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148217790.3200.640.159064.4958.04
Hex94D94F20040F5a403a
Octal2243311174001001713210072
Binary1001010011011001100111110000001000000111110110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,79); }

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

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

 a { background-color: rgb(148,217,79); }

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

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

 span { border-color: rgb(148,217,79); }

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