#94da3f

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

Shades of Atlantis #94DA3F

Tints of Atlantis #94DA3F

Color information

#94DA3F (or 0x94DA3F) is unknown color: approx Atlantis. HEX triplet: 94, DA and 3F. RGB value is (148,218,63). Sum of RGB (Red+Green+Blue) = 148+218+63=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA3F is #6B25C0. Grayscale: #B3B3B3. Windows color (decimal): -7022017 or 4184724. OLE color: 4184724.

HSL color Cylindrical-coordinate representation of color #94DA3F: hue angle of 87.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94DA3F is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB14821863-
CMYK0.3200.710.15
HSL87.1º67.69%55.1%-
HSV(B)87.1º71.1%85.49%-
XYZ38.1856.813.65-
YUV179.462.31105.6-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 218 (85.55% from 255) = 50.82%
BLUE value IS 63 (25% from 255) = 14.69%
R=34.50%
G=50.82%
B=14.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148218630.3200.710.1587.167.6955.1
Hex94DA3F20047F574437
Octal224332774001071712710467
Binary100101001101101011111110000001000111111110101111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94da3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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