#94D43B

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

Shades of Atlantis #94D43B

Tints of Atlantis #94D43B

Color information

#94D43B (or 0x94D43B) is unknown color: approx Atlantis. HEX triplet: 94, D4 and 3B. RGB value is (148,212,59). Sum of RGB (Red+Green+Blue) = 148+212+59=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #94D43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D43B is #6B2BC4. Grayscale: #AFAFAF. Windows color (decimal): -7023557 or 3921044. OLE color: 3921044.

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

Color convert

RGB14821259-
CMYK0.3000.720.17
HSL85.1º64.02%53.14%-
HSV(B)85.1º72.17%83.14%-
XYZ36.5553.712.58-
YUV175.4262.3108.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 212 (83.20% from 255) = 50.60%
BLUE value IS 59 (23.44% from 255) = 14.08%
R=35.32%
G=50.60%
B=14.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148212590.3000.720.1785.164.0253.14
Hex94D43B1E04811554035
Octal224324733601102112510065
Binary100101001101010011101111110010010001000110101011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,59); }

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

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

 a { background-color: rgb(148,212,59); }

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

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

 span { border-color: rgb(148,212,59); }

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