#94D155

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

Shades of Atlantis #94D155

Tints of Atlantis #94D155

Color information

#94D155 (or 0x94D155) is unknown color: approx Atlantis. HEX triplet: 94, D1 and 55. RGB value is (148,209,85). Sum of RGB (Red+Green+Blue) = 148+209+85=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #94D155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D155 is #6B2EAA. Grayscale: #B1B1B1. Windows color (decimal): -7024299 or 5624212. OLE color: 5624212.

HSL color Cylindrical-coordinate representation of color #94D155: hue angle of 89.52º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94D155 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB14820985-
CMYK0.2900.590.18
HSL89.52º57.41%57.65%-
HSV(B)89.52º59.33%81.96%-
XYZ36.6552.5516.81-
YUV176.6276.29107.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 85 (33.59% from 255) = 19.23%
R=33.48%
G=47.29%
B=19.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148209850.2900.590.1889.5257.4157.65
Hex94D1551D03B125a393a
Octal22432112535073221327172
Binary10010100110100011010101111010111011100101011010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,85); }

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

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

 a { background-color: rgb(148,209,85); }

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

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

 span { border-color: rgb(148,209,85); }

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