#94D547

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

Shades of Atlantis #94D547

Tints of Atlantis #94D547

Color information

#94D547 (or 0x94D547) is unknown color: approx Atlantis. HEX triplet: 94, D5 and 47. RGB value is (148,213,71). Sum of RGB (Red+Green+Blue) = 148+213+71=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #94D547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D547 is #6B2AB8. Grayscale: #B1B1B1. Windows color (decimal): -7023289 or 4707732. OLE color: 4707732.

HSL color Cylindrical-coordinate representation of color #94D547: hue angle of 87.46º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94D547 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB14821371-
CMYK0.3100.670.16
HSL87.46º62.83%55.69%-
HSV(B)87.46º66.67%83.53%-
XYZ37.1454.3414.49-
YUV177.3867.97107.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 213 (83.59% from 255) = 49.31%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=34.26%
G=49.31%
B=16.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148213710.3100.670.1687.4662.8355.69
Hex94D5471F04310573f38
Octal224325107370103201277770
Binary100101001101010110001111111101000011100001010111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,71); }

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

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

 a { background-color: rgb(148,213,71); }

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

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

 span { border-color: rgb(148,213,71); }

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