#94C43F

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

Shades of Atlantis #94C43F

Tints of Atlantis #94C43F

Color information

#94C43F (or 0x94C43F) is unknown color: approx Atlantis. HEX triplet: 94, C4 and 3F. RGB value is (148,196,63). Sum of RGB (Red+Green+Blue) = 148+196+63=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #94C43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C43F is #6B3BC0. Grayscale: #A6A6A6. Windows color (decimal): -7027649 or 4179092. OLE color: 4179092.

HSL color Cylindrical-coordinate representation of color #94C43F: hue angle of 81.65º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94C43F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB14819663-
CMYK0.2400.680.23
HSL81.65º52.99%50.78%-
HSV(B)81.65º67.86%76.86%-
XYZ32.8546.1311.88-
YUV166.4969.6114.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.36%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 63 (25% from 255) = 15.48%
R=36.36%
G=48.16%
B=15.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148196630.2400.680.2381.6552.9950.78
Hex94C43F1804417523533
Octal22430477300104271226563
Binary10010100110001001111111100001000100101111010010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,63); }

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

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

 a { background-color: rgb(148,196,63); }

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

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

 span { border-color: rgb(148,196,63); }

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