#94C53F

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

Shades of Atlantis #94C53F

Tints of Atlantis #94C53F

Color information

#94C53F (or 0x94C53F) is unknown color: approx Atlantis. HEX triplet: 94, C5 and 3F. RGB value is (148,197,63). Sum of RGB (Red+Green+Blue) = 148+197+63=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 197 (77.34% from 255 or 48.28% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 197 - color contains mainly: green. Hex color #94C53F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C53F is #6B3AC0. Grayscale: #A7A7A7. Windows color (decimal): -7027393 or 4179348. OLE color: 4179348.

HSL color Cylindrical-coordinate representation of color #94C53F: hue angle of 81.94º degrees, saturation: 0.54, 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 #94C53F is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB14819763-
CMYK0.2500.680.23
HSL81.94º53.6%50.98%-
HSV(B)81.94º68.02%77.25%-
XYZ33.0846.5911.95-
YUV167.0769.27114.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 197 (77.34% from 255) = 48.28%
BLUE value IS 63 (25% from 255) = 15.44%
R=36.27%
G=48.28%
B=15.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148197630.2500.680.2381.9453.650.98
Hex94C53F1904417523633
Octal22430577310104271226663
Binary10010100110001011111111100101000100101111010010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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