#94c653

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

Shades of Atlantis #94C653

Tints of Atlantis #94C653

Color information

#94C653 (or 0x94C653) is unknown color: approx Atlantis. HEX triplet: 94, C6 and 53. RGB value is (148,198,83). Sum of RGB (Red+Green+Blue) = 148+198+83=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #94C653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C653 is #6B39AC. Grayscale: #AAAAAA. Windows color (decimal): -7027117 or 5490324. OLE color: 5490324.

HSL color Cylindrical-coordinate representation of color #94C653: hue angle of 86.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94C653 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB14819883-
CMYK0.2500.580.22
HSL86.09º50.22%55.1%-
HSV(B)86.09º58.08%77.65%-
XYZ33.9747.3115.52-
YUV169.9478.94112.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 198 (77.73% from 255) = 46.15%
BLUE value IS 83 (32.81% from 255) = 19.35%
R=34.50%
G=46.15%
B=19.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148198830.2500.580.2286.0950.2255.1
Hex94C6531903A16563237
Octal22430612331072261266267
Binary10010100110001101010011110010111010101101010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94c653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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