#94d351

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

Shades of Atlantis #94D351

Tints of Atlantis #94D351

Color information

#94D351 (or 0x94D351) is unknown color: approx Atlantis. HEX triplet: 94, D3 and 51. RGB value is (148,211,81). Sum of RGB (Red+Green+Blue) = 148+211+81=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 211 - color contains mainly: green. Hex color #94D351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D351 is #6B2CAE. Grayscale: #B1B1B1. Windows color (decimal): -7023791 or 5362580. OLE color: 5362580.

HSL color Cylindrical-coordinate representation of color #94D351: hue angle of 89.08º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94D351 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB14821181-
CMYK0.3000.620.17
HSL89.08º59.63%57.25%-
HSV(B)89.08º61.61%82.75%-
XYZ36.9953.4816.16-
YUV177.3473.63107.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 81 (32.03% from 255) = 18.41%
R=33.64%
G=47.95%
B=18.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148211810.3000.620.1789.0859.6357.25
Hex94D3511E03E11593c39
Octal22432312136076211317471
Binary10010100110100111010001111100111110100011011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,211,81); }

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

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

 a { background-color: rgb(148,211,81); }

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

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

 span { border-color: rgb(148,211,81); }

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