#94D63D

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

Shades of Atlantis #94D63D

Tints of Atlantis #94D63D

Color information

#94D63D (or 0x94D63D) is unknown color: approx Atlantis. HEX triplet: 94, D6 and 3D. RGB value is (148,214,61). Sum of RGB (Red+Green+Blue) = 148+214+61=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #94D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D63D is #6B29C2. Grayscale: #B1B1B1. Windows color (decimal): -7023043 or 4052628. OLE color: 4052628.

HSL color Cylindrical-coordinate representation of color #94D63D: hue angle of 85.88º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94D63D is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB14821461-
CMYK0.3100.710.16
HSL85.88º65.11%53.92%-
HSV(B)85.88º71.5%83.92%-
XYZ37.154.7313.02-
YUV176.8262.63107.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 214 (83.98% from 255) = 50.59%
BLUE value IS 61 (24.22% from 255) = 14.42%
R=34.99%
G=50.59%
B=14.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148214610.3100.710.1685.8865.1153.92
Hex94D63D1F04710564136
Octal224326753701072012610166
Binary100101001101011011110111111010001111000010101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,61); }

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

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

 a { background-color: rgb(148,214,61); }

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

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

 span { border-color: rgb(148,214,61); }

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