#94C14E

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

Shades of Atlantis #94C14E

Tints of Atlantis #94C14E

Color information

#94C14E (or 0x94C14E) is unknown color: approx Atlantis. HEX triplet: 94, C1 and 4E. RGB value is (148,193,78). Sum of RGB (Red+Green+Blue) = 148+193+78=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #94C14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C14E is #6B3EB1. Grayscale: #A6A6A6. Windows color (decimal): -7028402 or 5161364. OLE color: 5161364.

HSL color Cylindrical-coordinate representation of color #94C14E: hue angle of 83.48º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94C14E is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB14819378-
CMYK0.2300.600.24
HSL83.48º48.12%53.14%-
HSV(B)83.48º59.59%75.69%-
XYZ32.6644.9914.17-
YUV166.4478.09114.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=35.32%
G=46.06%
B=18.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193780.2300.600.2483.4848.1253.14
Hex94C14E1703C18533035
Octal22430111627074301236065
Binary10010100110000011001110101110111100110001010011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,78); }

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

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

 a { background-color: rgb(148,193,78); }

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

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

 span { border-color: rgb(148,193,78); }

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