#94C353

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

Shades of Atlantis #94C353

Tints of Atlantis #94C353

Color information

#94C353 (or 0x94C353) is unknown color: approx Atlantis. HEX triplet: 94, C3 and 53. RGB value is (148,195,83). Sum of RGB (Red+Green+Blue) = 148+195+83=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #94C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C353 is #6B3CAC. Grayscale: #A8A8A8. Windows color (decimal): -7027885 or 5489556. OLE color: 5489556.

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

Color convert

RGB14819583-
CMYK0.2400.570.24
HSL85.18º48.28%54.51%-
HSV(B)85.18º57.44%76.47%-
XYZ33.2945.9515.3-
YUV168.1879.93113.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 45.77%
BLUE value IS 83 (32.81% from 255) = 19.48%
R=34.74%
G=45.77%
B=19.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148195830.2400.570.2485.1848.2854.51
Hex94C3531803918553037
Octal22430312330071301256067
Binary10010100110000111010011110000111001110001010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,83); }

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

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

 a { background-color: rgb(148,195,83); }

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

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

 span { border-color: rgb(148,195,83); }

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