#94C844

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

Shades of Atlantis #94C844

Tints of Atlantis #94C844

Color information

#94C844 (or 0x94C844) is unknown color: approx Atlantis. HEX triplet: 94, C8 and 44. RGB value is (148,200,68). Sum of RGB (Red+Green+Blue) = 148+200+68=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #94C844 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C844 is #6B37BB. Grayscale: #A9A9A9. Windows color (decimal): -7026620 or 4507796. OLE color: 4507796.

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

Color convert

RGB14820068-
CMYK0.2600.660.22
HSL83.64º54.55%52.55%-
HSV(B)83.64º66%78.43%-
XYZ33.9148.0212.95-
YUV169.470.77112.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 68 (26.95% from 255) = 16.35%
R=35.58%
G=48.08%
B=16.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148200680.2600.660.2283.6454.5552.55
Hex94C8441A04216543735
Octal224310104320102261246765
Binary100101001100100010001001101001000010101101010100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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