#94C552

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

Shades of Atlantis #94C552

Tints of Atlantis #94C552

Color information

#94C552 (or 0x94C552) is unknown color: approx Atlantis. HEX triplet: 94, C5 and 52. RGB value is (148,197,82). Sum of RGB (Red+Green+Blue) = 148+197+82=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #94C552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C552 is #6B3AAD. Grayscale: #A9A9A9. Windows color (decimal): -7027374 or 5424532. OLE color: 5424532.

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

Color convert

RGB14819782-
CMYK0.2500.580.23
HSL85.57º49.78%54.71%-
HSV(B)85.57º58.38%77.25%-
XYZ33.746.8415.25-
YUV169.2478.77112.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 197 (77.34% from 255) = 46.14%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=34.66%
G=46.14%
B=19.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal148197820.2500.580.2385.5749.7854.71
Hex94C5521903A17563237
Octal22430512231072271266267
Binary10010100110001011010010110010111010101111010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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