#94DC3B

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

Shades of Atlantis #94DC3B

Tints of Atlantis #94DC3B

Color information

#94DC3B (or 0x94DC3B) is unknown color: approx Atlantis. HEX triplet: 94, DC and 3B. RGB value is (148,220,59). Sum of RGB (Red+Green+Blue) = 148+220+59=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC3B is #6B23C4. Grayscale: #B4B4B4. Windows color (decimal): -7021509 or 3923092. OLE color: 3923092.

HSL color Cylindrical-coordinate representation of color #94DC3B: hue angle of 86.83º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94DC3B is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB14822059-
CMYK0.3300.730.14
HSL86.83º69.7%54.71%-
HSV(B)86.83º73.18%86.27%-
XYZ38.657.813.26-
YUV180.1259.65105.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 51.52%
BLUE value IS 59 (23.44% from 255) = 13.82%
R=34.66%
G=51.52%
B=13.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal148220590.3300.730.1486.8369.754.71
Hex94DC3B21049E574637
Octal224334734101111612710667
Binary100101001101110011101110000101001001111010101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,220,59); }

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

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

 a { background-color: rgb(148,220,59); }

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

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

 span { border-color: rgb(148,220,59); }

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