#94C84D

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

Shades of Atlantis #94C84D

Tints of Atlantis #94C84D

Color information

#94C84D (or 0x94C84D) is unknown color: approx Atlantis. HEX triplet: 94, C8 and 4D. RGB value is (148,200,77). Sum of RGB (Red+Green+Blue) = 148+200+77=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 200 - color contains mainly: green. Hex color #94C84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C84D is #6B37B2. Grayscale: #AAAAAA. Windows color (decimal): -7026611 or 5097620. OLE color: 5097620.

HSL color Cylindrical-coordinate representation of color #94C84D: hue angle of 85.37º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94C84D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB14820077-
CMYK0.2600.620.22
HSL85.37º52.79%54.31%-
HSV(B)85.37º61.5%78.43%-
XYZ34.2148.1414.51-
YUV170.4375.27112-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 200 (78.52% from 255) = 47.06%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=34.82%
G=47.06%
B=18.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148200770.2600.620.2285.3752.7954.31
Hex94C84D1A03E16553536
Octal22431011532076261256566
Binary10010100110010001001101110100111110101101010101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,77); }

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

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

 a { background-color: rgb(148,200,77); }

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

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

 span { border-color: rgb(148,200,77); }

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