#94DD46

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

Shades of Atlantis #94DD46

Tints of Atlantis #94DD46

Color information

#94DD46 (or 0x94DD46) is unknown color: approx Atlantis. HEX triplet: 94, DD and 46. RGB value is (148,221,70). Sum of RGB (Red+Green+Blue) = 148+221+70=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD46 is #6B22B9. Grayscale: #B6B6B6. Windows color (decimal): -7021242 or 4644244. OLE color: 4644244.

HSL color Cylindrical-coordinate representation of color #94DD46: hue angle of 89.01º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94DD46 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14822170-
CMYK0.3300.680.13
HSL89.01º68.95%57.06%-
HSV(B)89.01º68.33%86.67%-
XYZ39.1758.4515.01-
YUV181.9664.82103.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 70 (27.73% from 255) = 15.95%
R=33.71%
G=50.34%
B=15.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148221700.3300.680.1389.0168.9557.06
Hex94DD4621044D594539
Octal2243351064101041513110571
Binary1001010011011101100011010000101000100110110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,221,70); }

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

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

 a { background-color: rgb(148,221,70); }

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

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

 span { border-color: rgb(148,221,70); }

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