#94D84B

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

Shades of Atlantis #94D84B

Tints of Atlantis #94D84B

Color information

#94D84B (or 0x94D84B) is unknown color: approx Atlantis. HEX triplet: 94, D8 and 4B. RGB value is (148,216,75). Sum of RGB (Red+Green+Blue) = 148+216+75=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 216 (84.77% from 255 or 49.20% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 216 - color contains mainly: green. Hex color #94D84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D84B is #6B27B4. Grayscale: #B4B4B4. Windows color (decimal): -7022517 or 4970644. OLE color: 4970644.

HSL color Cylindrical-coordinate representation of color #94D84B: hue angle of 88.94º degrees, saturation: 0.64, 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 #94D84B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB14821675-
CMYK0.3100.650.15
HSL88.94º64.38%57.06%-
HSV(B)88.94º65.28%84.71%-
XYZ38.0455.9215.44-
YUV179.5968.97105.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 216 (84.77% from 255) = 49.20%
BLUE value IS 75 (29.69% from 255) = 17.08%
R=33.71%
G=49.20%
B=17.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216750.3100.650.1588.9464.3857.06
Hex94D84B1F041F594039
Octal2243301133701011713110071
Binary100101001101100010010111111101000001111110110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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