#94D94B

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

Shades of Atlantis #94D94B

Tints of Atlantis #94D94B

Color information

#94D94B (or 0x94D94B) is unknown color: approx Atlantis. HEX triplet: 94, D9 and 4B. RGB value is (148,217,75). Sum of RGB (Red+Green+Blue) = 148+217+75=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #94D94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D94B is #6B26B4. Grayscale: #B4B4B4. Windows color (decimal): -7022261 or 4970900. OLE color: 4970900.

HSL color Cylindrical-coordinate representation of color #94D94B: hue angle of 89.15º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94D94B is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14821775-
CMYK0.3200.650.15
HSL89.15º65.14%57.25%-
HSV(B)89.15º65.44%85.1%-
XYZ38.356.4315.53-
YUV180.1868.64105.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 75 (29.69% from 255) = 17.05%
R=33.64%
G=49.32%
B=17.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148217750.3200.650.1589.1565.1457.25
Hex94D94B20041F594139
Octal2243311134001011713110171
Binary1001010011011001100101110000001000001111110110011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,75); }

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

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

 a { background-color: rgb(148,217,75); }

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

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

 span { border-color: rgb(148,217,75); }

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